-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @khaotik , Thanks for submitting the PR
CI supported jobs: [website, windows-gpu, unix-cpu, edge, miscellaneous, sanity, centos-cpu, clang, windows-cpu, centos-gpu, unix-gpu] Note: |
@khaotik thanks for the contribution! It looks like CI fails to start due to a merge failure. Perhaps you could squash the commits into a single commit, rebase to the latest master, and then do a force push? |
7c8abb1
to
becfbab
Compare
OK the CI is working for this PR now. There are some formatting issues to address in the sanity check: https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fsanity/detail/PR-20065/2/pipeline#step-75-log-169 |
Hmm, test failed due to gcc "internal compiler error" during build phase. I find this a bit puzzling.
|
@khaotik that might have been the host running out of memory. There are some additional errors related to AMP: https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fcentos-gpu/detail/PR-20065/1/pipeline/#step-170-log-891. The way to fix it is to include the new operators in this list, which signifies that when AMP is enabled, these operators need not to be casted. |
Here are failed tests:
I can't see immediate relationship with my PR here. Do they just fail at random? @mxnet-bot run ci [centos-cpu, unix-cpu] |
Jenkins CI successfully triggered : [centos-cpu, unix-cpu] |
Yes I believe those are just flaky and we can overcome with rerunning the failed pipelines for now. |
Jenkins CI successfully triggered : [unix-cpu, centos-cpu] |
@mxnet-bot run ci [centos-cpu] |
Jenkins CI successfully triggered : [centos-cpu] |
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.
LGTM
@khaotik thanks for the contribution! |
Hi, How to enable AdaBelief or AdamW in c++ here https://github.com/apache/mxnet/blob/v2.0.0.beta1/cpp-package/include/mxnet-cpp/optimizer.hpp. Thanks |
Description
#19950
Hello, this is my first PR to apache MXNet. Glad to work with the community.
Checklist
Essentials
Changes
src/operator/contrib/adabelief*
src/operator/contrib/adamw*
to avoid symbol name clashessrc/operator/contrib/adabelief*
Comments