You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/04/01 06:20:48 UTC

[GitHub] [incubator-tvm] eric-haibin-lin opened a new pull request #5201: Add mxnet converter for BERT

eric-haibin-lin opened a new pull request #5201: Add mxnet converter for BERT
URL: https://github.com/apache/incubator-tvm/pull/5201
 
 
   Add the converter for the BERT model in gluonnlp 0.9/mxnet 1.6. Work done together with @icemelon9 
   
   @yzhliu FYI 

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] eric-haibin-lin closed pull request #5201: Add mxnet converter for BERT

Posted by GitBox <gi...@apache.org>.
eric-haibin-lin closed pull request #5201: Add mxnet converter for BERT
URL: https://github.com/apache/incubator-tvm/pull/5201
 
 
   

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] sxjscience commented on a change in pull request #5201: Add mxnet converter for BERT

Posted by GitBox <gi...@apache.org>.
sxjscience commented on a change in pull request #5201: Add mxnet converter for BERT
URL: https://github.com/apache/incubator-tvm/pull/5201#discussion_r401382720
 
 

 ##########
 File path: topi/tests/python/test_topi_math.py
 ##########
 @@ -237,12 +238,12 @@ def check_device(device):
         check_device('llvm -device=arm-cpu')
 
 
-    test_apply(topi.fast_exp, "fast_exp", np.exp,
-               low=-88, high=88,
-               step = 0.01)
+    test_apply(topi.fast_expØ, "fast_exp", np.exp,
 
 Review comment:
   Find a "Ø"

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


With regards,
Apache Git Services