There was an error while loading. Please reload this page.
1 parent 8697743 commit 3c65ea1Copy full SHA for 3c65ea1
python/paddle/fluid/tests/unittests/auto_parallel/test_while_op_completion.py
@@ -202,7 +202,7 @@ def test_completer(self):
202
completer = Completer(dist_context)
203
complete_train_program = completer.complete_forward_annotation(
204
train_program)
205
- print_program_with_dist_attr(complete_train_program, dist_context)
+ # print_program_with_dist_attr(complete_train_program, dist_context)
206
207
208
if __name__ == "__main__":
0 commit comments