You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/03/15 17:45:43 UTC

[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #20018: [v1.x] Add AWDRNN Pratrained model test

waytrue17 commented on a change in pull request #20018:
URL: https://github.com/apache/incubator-mxnet/pull/20018#discussion_r594552750



##########
File path: tests/python-pytest/onnx/test_onnxruntime.py
##########
@@ -815,3 +815,66 @@ def test_dynamic_shape_bert_inference_onnxruntime(tmp_path, model):
 
     finally:
         shutil.rmtree(tmp_path)
+
+
+@with_seed()
+@pytest.mark.parametrize('model_name', [('awd_lstm_lm_600', 600), ('awd_lstm_lm_1150', 1150)])
+@pytest.mark.parametrize('seq_length', [16, 32])

Review comment:
       Shall we also test other seq_length like 128 or 256?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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