Skip to content

Commit

Permalink
selfplay -> data_augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronghanghu committed Sep 17, 2018
1 parent 8ebf142 commit 695a1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ python tasks/R2R/train_speaker.py
# the path prefix to the speaker model (trained in Step 1 above)
export SPEAKER_PATH_PREFIX=tasks/R2R/speaker/snapshots/speaker_teacher_imagenet_mean_pooled_train_iter_20000
python tasks/R2R/selfplay_from_speaker.py \
python tasks/R2R/data_augmentation_from_speaker.py \
$SPEAKER_PATH_PREFIX \
tasks/R2R/data/R2R
```
Expand All @@ -93,6 +93,7 @@ The follower will be first trained on the combination of the original `train` en
original `train` environment for 20000 iterations. This step may take a long time. (It look approximately 50 hours using a single GPU on our local machine.)

#### Note

* All the commands above run on a single GPU. You may choose a specific GPU by setting `CUDA_VISIBLE_DEVICES` environment variable (e.g. `export CUDA_VISIBLE_DEVICES=1` to use GPU 1).
* You may directly download our trained speaker model and follower model with
```
Expand Down
File renamed without changes.

0 comments on commit 695a1c0

Please sign in to comment.