Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7400a3b

Browse files
committed
Edit and neural style tutorial by @alexis-jacq
1 parent 8a33c55 commit 7400a3b

6 files changed

Lines changed: 593 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ docs:
2626
wget -N https://download.pytorch.org/tutorial/hymenoptera_data.zip
2727
unzip -o hymenoptera_data.zip -d beginner_source
2828
unzip -o data.zip -d intermediate_source
29+
rm -rf advanced_source/images/
30+
cp -r _static/img/neural-style/ advanced_source/images/
2931
rm -rf docs
3032
make html
3133
cp -r $(BUILDDIR)/html docs
39.5 KB
Loading
613 KB
Loading
112 KB
Loading

0 commit comments

Comments
 (0)