Closed echelon closed 4 years ago
My CUDA version is V10.0.130. I hope it would be helpful.
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130
Thanks! As it turns out, I'm running the same version of CUDA.
I'm not sure what the problem was, but the backtrace pointed to torch. I was on 1.2.0 as advised, but I bumped it to 1.3.0 and was able to get rid of the errors.
This model is awesome. Thanks so much for all your hard work!
I installed all of the requirements and
apex
at the provided SHA. When I attempt to train, it crashes with the following error:I'm thinking that I might be running an out of date CUDA, but I wanted to confirm this before upgrading.
What version are you all using?
Thanks!