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

fix

parent 48d6eed2
No related merge requests found
......@@ -428,8 +428,7 @@ def train_models(args):
with open(join(args.out_models_dir, "training_init_info.pkl"), "rb") as fd:
GLOBAL_DATA.update(pickle.load(fd))
print("Loaded training init info:")
print(GLOBAL_DATA)
print("Loaded training init info.")
all_work_items = GLOBAL_DATA["work_items"]
complete_work_item_names = [
......
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