“b2f530e3ccfef797819dae0e97fccbcce8880b2b”上不存在“...v2/fluid/git@gitcode.net:s920243400/PaddleDetection.git”
-
由 qingqing01 提交于
* Support Sync Batch Norm. * Note, do not enable it in one device. Usage: build_strategy = fluid.BuildStrategy() build_strategy.sync_batch_norm = True binary = fluid.compiler.CompiledProgram(tp).with_data_parallel( loss_name=loss_mean.name, build_strategy=build_strategy)8ad672a2