We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b4bfe commit c66aa48Copy full SHA for c66aa48
python/paddle/fluid/tests/unittests/npu/test_label_smooth_op_npu.py
@@ -74,7 +74,7 @@ def init_dtype(self):
74
self.dtype = np.float32
75
76
def test_check_output(self):
77
- self.check_output_with_place(self.place, check_dygraph=False)
+ self.check_output_with_place(self.place)
78
79
def test_check_grad(self):
80
if self.dtype == np.float16:
0 commit comments