|
87 | 87 | add_arg('do_test', bool, False, "Whether do test every epoch.") |
88 | 88 | add_arg('use_gpu', bool, True, "Whether to use GPU or not.") |
89 | 89 | add_arg('fuse', bool, False, "Whether to use tensor fusion.") |
90 | | -add_arg('fuse_elewise_add_act_ops', bool, True, "Whether to use elementwise_act fusion.") |
91 | | -add_arg('fuse_bn_act_ops', bool, True, "Whether to use bn_act fusion.") |
| 90 | +add_arg('fuse_elewise_add_act_ops', bool, False, "Whether to use elementwise_act fusion.") |
| 91 | +add_arg('fuse_bn_act_ops', bool, False, "Whether to use bn_act fusion.") |
92 | 92 | add_arg('nccl_comm_num', int, 1, "nccl comm num") |
93 | 93 | add_arg("use_hierarchical_allreduce", bool, False, "Use hierarchical allreduce or not.") |
94 | 94 | add_arg('num_threads', int, 1, "Use num_threads to run the fluid program.") |
95 | 95 | add_arg('num_iteration_per_drop_scope', int, 100, "Ihe iteration intervals to clean up temporary variables.") |
96 | | -add_arg('benchmark_test', bool, True, "Whether to use print benchmark logs or not.") |
| 96 | +add_arg('benchmark_test', bool, False, "Whether to use print benchmark logs or not.") |
97 | 97 |
|
98 | 98 | add_arg('use_dgc', bool, False, "Whether use DGCMomentum Optimizer or not") |
99 | 99 | add_arg('rampup_begin_step', int, 5008, "The beginning step from which dgc is implemented.") |
|
0 commit comments