shoubhik commented on issue #4764: [CI] ci-gpu update blockers 
URL: https://github.com/apache/incubator-tvm/issues/4764#issuecomment-579609136
 
 
   @tqchen and @icemelon9 in the meanwhile can we have this workaround to 
unblock the testing of mxnet qnn parser logic
   
   ```
   for mode in ["rnn", "gru", "lstm"]:
           verify(mode, 1, 64, 64, 1)
           verify(mode, 10, 64, 64, 2)
           # The following two codeblocks need to be fixed for mxnet 
1.5.1-mkldnn
           # verify(mode, 10, 64, 32, 2)
           # verify(mode, 10, 64, 32, 2, batch=2)
           verify(mode, 10, 32, 64, 1, bidirectional=True)
           # The following two codeblocks need to be fixed for mxnet 1.5
           # verify(mode, 10, 64, 64, 3, init_states=False)
           # verify(mode, 10, 64, 64, 3, batch=2, bidirectional=True, 
init_states=False)
   ``

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to