Skip to content
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

cannot import resnetv1 #397

Closed
siddartharc opened this issue Apr 9, 2024 · 0 comments
Closed

cannot import resnetv1 #397

siddartharc opened this issue Apr 9, 2024 · 0 comments

Comments

@siddartharc
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant