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

fix

parent c7b9df69
No related merge requests found
......@@ -177,7 +177,8 @@ def run(argv=sys.argv[1:]):
work_function=do_predictions,
work_items=work_items,
constant_data=GLOBAL_DATA,
result_serialization_method="dill",
input_serialization_method="dill",
result_serialization_method="pickle",
clear_constant_data=True)
else:
worker_pool = worker_pool_with_gpu_assignments_from_args(args)
......
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