From 8fc6bbe6e5d1022e1ff1b83a6018e17eaf6b6a00 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Tue, 31 Jul 2018 13:23:26 -0700 Subject: [PATCH] Add additional replace prefix --- scripts/elfgames/go/start_client.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/elfgames/go/start_client.sh b/scripts/elfgames/go/start_client.sh index 177b0c1..1d87579 100755 --- a/scripts/elfgames/go/start_client.sh +++ b/scripts/elfgames/go/start_client.sh @@ -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 \