Skip to content

Commit

Permalink
update models links
Browse files Browse the repository at this point in the history
  • Loading branch information
junyanz committed Jun 7, 2018
1 parent ea2baea commit f61728e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pretrained_models/download_model.sh
Expand Up @@ -7,10 +7,10 @@ mkdir -p ${MODEL_DIR}


MODEL_FILE_G=${MODEL_DIR}/latest_net_G.pth
URL_G=https://people.eecs.berkeley.edu/~junyanz/projects/BicycleGAN/models/${FILE}_net_G.pth
URL_G=http://efrosgans.eecs.berkeley.edu/BicycleGAN//models/${FILE}_net_G.pth
wget -N $URL_G -O $MODEL_FILE_G


MODEL_FILE_E=${MODEL_DIR}/latest_net_E.pth
URL_E=https://people.eecs.berkeley.edu/~junyanz/projects/BicycleGAN/models/${FILE}_net_E.pth
URL_E=http://efrosgans.eecs.berkeley.edu/BicycleGAN//models/${FILE}_net_E.pth
wget -N $URL_E -O $MODEL_FILE_E

0 comments on commit f61728e

Please sign in to comment.