Skip to content

Commit c4ea2a5

Browse files
committed
Merge branch 'yunfeimao/minigo/fixreadme' into 'r1.6.1'
Fix README in minigo 9x9 See merge request intelai/models!180
2 parents ab8807d + fdc417a commit c4ea2a5

File tree

1 file changed

+3
-3
lines changed
  • benchmarks/reinforcement/tensorflow/minigo

1 file changed

+3
-3
lines changed

benchmarks/reinforcement/tensorflow/minigo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ If you have installed `gsutil` before, please skip this step. You may type comma
3030
check whether the `gsutil` has already been installed
3131

3232
```bash
33-
$ wget https://storage.googleapis.com/pub/gsutil.zip
33+
$ wget https://storage.googleapis.com/pub/gsutil.tar.gz
3434
$ tar xfz gsutil.tar.gz -C $HOME
3535
$ export PATH=${PATH}:$HOME/gsutil
3636
```
3737

3838
2.2 Download the `checkpoint` and `target` folders and copy them to the `minigo/mlperf` directory
3939
```bash
4040
# under minigo directory
41-
$ gsutil cp -r gs://minigo-pub/ml_perf/0.6/checkpoint ml_perf/
4241
# organize target folders
42+
$ gsutil cp -r gs://minigo-pub/ml_perf/0.6/target ml_perf/
4343
$ cd ml_perf/target
4444
$ mkdir 9
4545
$ mv target* ./9
4646
$ cd ../../
4747
# organize checkpoint folders
48-
$ gsutil cp -r gs://minigo-pub/ml_perf/0.6/target ml_perf/
48+
$ gsutil cp -r gs://minigo-pub/ml_perf/0.6/checkpoint ml_perf/
4949
$ cd ml_perf/checkpoint/
5050
$ mv ./work_dir/work_dir/* ./work_dir/
5151
$ rm -rf ./work_dir/work_dir/

0 commit comments

Comments
 (0)