Skip to content

Commit 8d71242

Browse files
authored
Merge pull request #54 from alexis-jacq/neural-style
Neural style
2 parents 8a33c55 + 63d9606 commit 8d71242

File tree

6 files changed

+609
-1
lines changed

6 files changed

+609
-1
lines changed

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

_static/img/neural-style/dancing.jpg

39.5 KB
Loading
613 KB
Loading

_static/img/neural-style/picasso.jpg

112 KB
Loading

0 commit comments

Comments
 (0)