Skip to content
Snippets Groups Projects
Commit ce757768 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 83441fca
No related merge requests found
......@@ -423,7 +423,8 @@ def train_models(args):
global GLOBAL_DATA
print("Beginning training.")
predictor = Class1AffinityPredictor.load(args.out_models_dir)
predictor = Class1AffinityPredictor.load(
args.out_models_dir, optimization_level=0)
print("Loaded predictor with %d networks" % len(predictor.neural_networks))
with open(join(args.out_models_dir, "training_init_info.pkl"), "rb") as fd:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment