Open larroy opened 5 years ago
Can you provide the complete command you use for training? When does the corruption happen?
@eric-haibin-lin I used his container....
nvidia-docker run -it --security-opt seccomp:unconfined --privileged -v ~/.ssh:/root/.ssh -v ~/mxnet-data/bert-pretraining/datasets:/data --network=host --shm-size=32768m --ulimit nofile=65536:65536 haibinlin/nvidia:1909-lamb-trunc-ssh-bind
root@ip-172-31-29-65:/workspace/gluon-nlp/scripts/bert# bash cmd.sh
libibverbs: Warning: no userspace device-specific driver found for /sys/class/infiniband_verbs/uverbs0
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io
Description
Environment info (Required)
http://ix.io/1Z8y
Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio):
MXNet commit hash: (Paste the output of
git rev-parse HEAD
here.)Build config: (Paste the content of config.mk, or the build command.)
Error Message:
Minimum reproducible example
(If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.)
Steps to reproduce
I'm using the gluon-nlp scripts to train.