Skip to content

Commit

Permalink
Add additional replace prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jma127 committed Jul 31, 2018
1 parent beaaf37 commit 8fc6bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/elfgames/go/start_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ stdbuf -o 0 -e 0 python ./selfplay.py \
--policy_distri_cutoff 30 --policy_distri_training_for_all \
--port 1234 \
--no_check_loaded_options0 --no_check_loaded_options1 \
--replace_prefix0 resnet.module,resnet \
--replace_prefix1 resnet.module,resnet \
--replace_prefix0 resnet.module,resnet init_conv.module,init_conv\
--replace_prefix1 resnet.module,resnet init_conv.module,init_conv\
--resign_thres 0.0 --selfplay_timeout_usec 10 \
--server_id myserver --use_mcts \
--use_fp160 --use_fp161 \
Expand Down

0 comments on commit 8fc6bbe

Please sign in to comment.