“5b81f5da740d0d996b8860bc486f59ef2c673748”上不存在“...paddle/v2/git@gitcode.net:s920243400/PaddleDetection.git”
  • Q
    Support sync batch norm. (#16121) · 8ad672a2
    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
operators.cmake 9.6 KB