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

Skip to content

Commit 343b274

Browse files
committed
Copy needed data for deploy_seq2seq_hybrid_frontend_tutorial.py
1 parent a3e0c8d commit 343b274

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ download:
3232
# data loader tutorial
3333
wget -N https://download.pytorch.org/tutorial/faces.zip
3434
unzip -o faces.zip -d beginner_source
35+
36+
wget -N https://download.pytorch.org/models/tutorials/4000_checkpoint.tar
37+
cp 4000_checkpoint.tar beginner_source
3538

3639
# neural style images
3740
rm -rf advanced_source/images/

0 commit comments

Comments
 (0)