You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-04-09 06:59:37.491310: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2024-04-09 06:59:37.491366: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2024-04-09 06:59:37.492783: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
Traceback (most recent call last):
File "/kaggle/input/blahblahblah/multigpu_train.py", line 27, in
import model
File "/kaggle/input/blahblahblah/model.py", line 5, in
from nets import resnet_v1
ImportError: cannot import name 'resnet_v1' from 'nets' (/opt/conda/lib/python3.10/site-packages/nets/init.py)
The text was updated successfully, but these errors were encountered:
2024-04-09 06:59:37.491310: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2024-04-09 06:59:37.491366: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2024-04-09 06:59:37.492783: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
Traceback (most recent call last):
File "/kaggle/input/blahblahblah/multigpu_train.py", line 27, in
import model
File "/kaggle/input/blahblahblah/model.py", line 5, in
from nets import resnet_v1
ImportError: cannot import name 'resnet_v1' from 'nets' (/opt/conda/lib/python3.10/site-packages/nets/init.py)
The text was updated successfully, but these errors were encountered: