Fix test_parallel_executor_test_while_train (#19723)

Fix test_parallel_executor_test_while_train
expand_as_op_1
chengduo 5 years ago committed by GitHub
parent 078a678219
commit c308c88d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,8 +84,6 @@ class ParallelExecutorTestingDuringTraining(unittest.TestCase):
self.check_network_convergence( self.check_network_convergence(
use_cuda=False, build_strategy=build_strategy) use_cuda=False, build_strategy=build_strategy)
# FIXME(zcd): This unit test random failed.
@unittest.skip("should fix this later.")
def test_parallel_testing_with_new_strategy_gpu(self): def test_parallel_testing_with_new_strategy_gpu(self):
build_strategy = fluid.BuildStrategy() build_strategy = fluid.BuildStrategy()
build_strategy.reduce_strategy = fluid.BuildStrategy.ReduceStrategy.Reduce build_strategy.reduce_strategy = fluid.BuildStrategy.ReduceStrategy.Reduce

Loading…
Cancel
Save