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:57:38 UTC

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

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



##########
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:
       Yeah I can change them to 96/128, which are two commonly used lengths




----------------------------------------------------------------
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