You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run ./TerrainRL_Optimizer -arg_file= args/opt_args_train_mace.txt command, it shows :
NNsolver.cpp:Unknown SolverType:257
Could you please tell me what the problem it may be ? I did not change any code.
caffe::SolverParameter_SolverType type = param.solver_type();
The value of the type is 257, how can I get the right value of the type?
Thanks !
Best wishes!!!
The text was updated successfully, but these errors were encountered:
When I run ./TerrainRL_Optimizer -arg_file= args/opt_args_train_mace.txt command, it shows :
NNsolver.cpp:Unknown SolverType:257
Could you please tell me what the problem it may be ? I did not change any code.
caffe::SolverParameter_SolverType type = param.solver_type();
The value of the type is 257, how can I get the right value of the type?
Thanks !
Best wishes!!!
The text was updated successfully, but these errors were encountered: