-
Notifications
You must be signed in to change notification settings - Fork 538
[API] Try to use the new None feature in MXNet + Drop support for MXNet 1.5 #967
Conversation
Codecov Report
@@ Coverage Diff @@
## master #967 +/- ##
==========================================
- Coverage 90.78% 90.05% -0.73%
==========================================
Files 67 67
Lines 6423 6386 -37
==========================================
- Hits 5831 5751 -80
- Misses 592 635 +43
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we going to replace mxnet nightly version with a custom pip wheel on s3?
fix fix fix remove all hack try to remove all hack remove print
Disable tests with MXNet 1.5 completely Instead of running tests for nightly version twice Try fix 'Inline literal start-string without end-string' error Revert "Try fix 'Inline literal start-string without end-string' error" This reverts commit b3b9e66. Fix gpu_doc exit code Improve the fix Fix syntax Escape $ Don't escape { Revert "Don't escape {" This reverts commit 976d455. Revert "Escape $" This reverts commit 9fd9e54. Revert "Fix syntax" This reverts commit 4ba73f6. Revert "Improve the fix" This reverts commit f62b817. Revert "Fix gpu_doc exit code" This reverts commit 0a3080e.
00766aa
to
c1e72d0
Compare
Job PR-967/19 is complete. |
try to fix
13a35e6
to
bfe9600
Compare
Job PR-967/20 is complete. |
Find that the SimVerb (test_simverb3500) is still not available, should we exclude it or upload it into S3? |
Job PR-967/21 is complete. |
We need to create one... I do not know how to do that though |
Description
Since we have supported None in HybridBlock of Gluon (apache/mxnet#16280), remove all the hacks.
The change will force GluonNLP to rely on the nightly-build of MXNet.
Checklist
Essentials
Comments
cc @dmlc/gluon-nlp-team