Merge pull request #15433 from guru4elephant/fix_bug_in_async

remove file cnt assignment in async_executor
inference-pre-release-gpu
guru4elephant 6 years ago committed by GitHub
commit 62d36ce09e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -200,7 +200,6 @@ class AsyncExecutor(object):
local_path,
self.instance.get_worker_index(),
self.instance.get_node_cnt() / 2,
file_cnt,
multi_processes=process_num)
self.instance.barrier_worker() #wait for download_data

Loading…
Cancel
Save