Skip to content

Commit

Permalink
update download scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ronghanghu committed Sep 17, 2018
1 parent 15bc045 commit 52285ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ wget -O ./tasks/R2R/snapshots/release/follower_final_release_dec \

wget -O ./tasks/R2R/snapshots/release/follower_final_release_enc \
https://people.eecs.berkeley.edu/~ronghang/projects/speaker_follower/models/follower_final_release_enc

wget -O ./tasks/R2R/snapshots/release/speaker_final_release_dec \
https://people.eecs.berkeley.edu/~ronghang/projects/speaker_follower/models/speaker_final_release_dec

wget -O ./tasks/R2R/snapshots/release/speaker_final_release_enc \
https://people.eecs.berkeley.edu/~ronghang/projects/speaker_follower/models/speaker_final_release_enc
6 changes: 6 additions & 0 deletions tasks/R2R/snapshots/release/download_speaker_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
wget -O ./tasks/R2R/snapshots/release/speaker_final_release_dec \
https://people.eecs.berkeley.edu/~ronghang/projects/speaker_follower/models/speaker_final_release_dec

wget -O ./tasks/R2R/snapshots/release/speaker_final_release_enc \
https://people.eecs.berkeley.edu/~ronghang/projects/speaker_follower/models/speaker_final_release_enc

0 comments on commit 52285ca

Please sign in to comment.