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

Model not loading problem #19

Open
venkteshwarsahu opened this issue Aug 27, 2024 · 1 comment
Open

Model not loading problem #19

venkteshwarsahu opened this issue Aug 27, 2024 · 1 comment

Comments

@venkteshwarsahu
Copy link

venkteshwarsahu commented Aug 27, 2024

2024-08-27 09:47:07.183593: 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-08-27 09:47:07.183746: 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-08-27 09:47:07.572542: 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
2024-08-27 09:47:08.428058: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-08-27 09:47:15.085751: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Unable to Load Checkpoint.
None
Traceback (most recent call last):
File "/Easter2/src/predict_line.py", line 72, in
print(infer_obj.predict(args.path)) ## change the image path with the file path you want
File "Easter2/src/predict_line.py", line 58, in predict
output = self.model.predict(img)
AttributeError: 'NoneType' object has no attribute 'predict'

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

6 participants
@venkteshwarsahu and others