nv-tlabs / lift-splat-shoot

Lift, Splat, Shoot: Encoding Images from Arbitrary Camera Rigs by Implicitly Unprojecting to 3D (ECCV 2020)
Other
1.06k stars 221 forks source link

About the code for training #17

Open Dylan-LDR opened 3 years ago

Dylan-LDR commented 3 years ago

Hello, I am interested in your work and now trying to run the code for mini dataset. I find the terminal outputing "Error in magma_getdevice_arch: MAGMA not initialized (call magma_init() first) or bad device" 4 times every epoch and seems it occurs at line 84 in train.py. However the program is still running without being interrupted by the error. So should I ignore the problem or there are some solutions for it? My running environment is Ubuntu 18.04 with python 3.6 and cuda 11.4. Thanks.

Dylan-LDR commented 3 years ago

Sorry the error output line occurs 4 times every batch but not every epoch.