Skip to content

Commit 1620aa0

Browse files
committed
fix
1 parent 1706697 commit 1620aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/ipu/test_warpctc_op_ipu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setUp(self):
3030
self.set_op_attrs()
3131

3232
def set_training(self):
33-
# ctcloss only support training currently.
33+
# ctc_loss only support training currently.
3434
self.is_training = True
3535
self.epoch = 1
3636

test/legacy_test/test_warpctc_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ def test_class_api(self):
681681

682682
np.testing.assert_allclose(loss_pd, loss_np, rtol=1e-05, atol=1)
683683

684-
def test_eager_ctcloss(self):
684+
def test_eager_ctc_loss(self):
685685
def test_functional_api():
686686
self.batch_size = 4
687687
self.num_classes = CUDA_BLOCK_SIZE + 2

0 commit comments

Comments
 (0)