Skip to content

Commit c66aa48

Browse files
committed
[NPU] Add label_smooth_op
1 parent 11b4bfe commit c66aa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/npu/test_label_smooth_op_npu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def init_dtype(self):
7474
self.dtype = np.float32
7575

7676
def test_check_output(self):
77-
self.check_output_with_place(self.place, check_dygraph=False)
77+
self.check_output_with_place(self.place)
7878

7979
def test_check_grad(self):
8080
if self.dtype == np.float16:

0 commit comments

Comments
 (0)