-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble with running on GPU #15
Comments
Seems to be related to the latest MXNet |
@pflashgary Thanks for the question, I haven't run the source code for a while and the bug seems to be related to MXNet. Which version of MXNet are you currently using? |
Hi Xingjian, Thanks for getting back to me; mxnet p3.6 and CUDA 10.0. Can I ask your version of mxnet and CUDA so that I can compare? |
Hi Thanks |
@pflashgary and @sulisetyowidodo I currently do not have bandwidth to check which version of MXNet works for the latest CUDA. We have switched the development to PyTorch and you may check our latest Earthformer paper: https://github.com/amazon-science/earth-forecasting-transformer |
Hi there,
Thanks for making this work publicly available.
I managed to run your code for my own dataset on CPU but my attempt to run it on GPU hasn't worked yet due to
simple_bind error
. For what it's worth, I'm running this on an EC2 instance with GPUs and Deep Learning AMI (mxnet p3.6 and CUDA 10.0). Wondering if you've seen this issue before and any clues?The text was updated successfully, but these errors were encountered: