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

fix

parent 1928e99b
No related merge requests found
......@@ -309,7 +309,7 @@ def run(argv=sys.argv[1:]):
# as it goes so no saving is required at the end.
for _ in tqdm.trange(len(work_items)):
item = work_items.pop(0) # want to keep freeing up memory
(_, work_predictor) = train_model_entrypoint(item)
work_predictor = train_model_entrypoint(item)
assert work_predictor is predictor
assert not work_items
......
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