From db50b0110056e29cb7feb9b263eb90c6893323f3 Mon Sep 17 00:00:00 2001 From: dongdaxiang Date: Sat, 19 Jan 2019 23:02:45 +0800 Subject: [PATCH] remove file cnt assignment in async_executor test=develop --- python/paddle/fluid/async_executor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/paddle/fluid/async_executor.py b/python/paddle/fluid/async_executor.py index 4ca6a5170eb..25f95ffbb0a 100644 --- a/python/paddle/fluid/async_executor.py +++ b/python/paddle/fluid/async_executor.py @@ -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 -- GitLab