You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/18 05:48:00 UTC

[GitHub] szha commented on a change in pull request #7442: contrib ctc interface changes, cudnn7 CTC, and gluon CTC

szha commented on a change in pull request #7442: contrib ctc interface changes, cudnn7 CTC, and gluon CTC
URL: https://github.com/apache/incubator-mxnet/pull/7442#discussion_r133883907
 
 

 ##########
 File path: tests/python/unittest/test_loss.py
 ##########
 @@ -165,6 +165,36 @@ def test_l1_loss():
     assert mod.score(data_iter, eval_metric=mx.metric.Loss())[0][1] < 0.1
 
 
+def test_ctc_loss():
+    loss = gluon.loss.CTCLoss(padding_mask=0)
 
 Review comment:
   I included test_loss in test_operator_gpu and everything passes.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services