File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
benchmarks/reinforcement/tensorflow/minigo Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,22 @@ If you have installed `gsutil` before, please skip this step. You may type comma
3030check 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
38382.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/
You can’t perform that action at this time.
0 commit comments