Commit ebc6f09b by BoxuanXu

editer wrong code

1 parent d35d74a4
Showing with 1 additions and 1 deletions
......@@ -407,7 +407,7 @@ def Run_Converter(model_param,model_json,seetanet_model):
#args = parser.parse_args()
sym, arg_params, aux_params = \
load_checkpoint(model_param, model_json)
load_checkpoint(model_param, cfg.MODEL_JSON)
graph = load_graph(model_json)
converter = Converter(graph, arg_params, aux_params)
logging.info('start to convert model parameters')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!