Andrew Latyshev

Results 4 comments of Andrew Latyshev

Lausichen, your solution here: https://github.com/facebookresearch/ELF/issues/1

after edit file and run it i get another error: ``` PID: 19192 ========== Args ============ Loader: actor_only=False,list_file="./train.lst",verbose=False,data_aug=-1,ratio_pre_moves=0,start_ratio_pre_moves=0.5,num_games_per_thread=1,move_cutoff=-1,mode="online",use_mcts=True,gpu=None ContextArgs: num_games=1,batchsize=1,game_multi=None,T=1,eval=False,wait_per_group=False,num_collectors=0,verbose_comm=False,verbose_collector=False,mcts_threads=0,mcts_rollout_per_thread=1,mcts_verbose=False,mcts_save_tree_filename="",mcts_verbose_time=False,mcts_use_prior=False,mcts_pseudo_games=0,mcts_pick_method="most_visited" MoreLabels: additional_labels="aug_code,move_idx" MultiplePrediction: multipred_no_backprop=False Sampler: sample_policy="epsilon-greedy",greedy=True,epsilon=0.0,sample_nodes="pi,a" ModelLoader: load=None,onload=None,omit_keys=None,no_bn=False,no_leaky_relu=False,num_layer=39,dim=128 ModelInterface: opt_method="adam",lr=0.001,adam_eps=0.001...

Hi @infinitycr , have the same problem with `KeyError: 'actor_black'` How did you fix it? I have latest version elf and i have this problem.