argman / EAST

A tensorflow implementation of EAST text detector
GNU General Public License v3.0
3.01k stars 1.05k forks source link

cannot import resnetv1 #397

Closed siddartharc closed 3 months ago

siddartharc commented 3 months ago

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)