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
Hello,
when I am running runAF2.py in command line it is giving module error ModuleNotFoundError: No module named 'alphafold.model.tf'
could you please specify why it is giving this error.
024-01-03 15:27:50.248150: 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-01-03 15:27:50.248184: 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-01-03 15:27:50.249021: 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-01-03 15:27:50.832230: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
File "/home/kinshuk/Desktop/naveen/AF_Cluster-main/scripts/RunAF2.py", line 28, in
from alphafold.model import model
File "/home/kinshuk/.local/lib/python3.10/site-packages/alphafold/model/model.py", line 27, in
from alphafold.model import features
File "/home/kinshuk/.local/lib/python3.10/site-packages/alphafold/model/features.py", line 23, in
from alphafold.model.tf import input_pipeline
ModuleNotFoundError: No module named 'alphafold.model.tf'
Thankyou.
Best
Naveen
The text was updated successfully, but these errors were encountered:
Hello,
when I am running runAF2.py in command line it is giving module error ModuleNotFoundError: No module named 'alphafold.model.tf'
could you please specify why it is giving this error.
024-01-03 15:27:50.248150: 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-01-03 15:27:50.248184: 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-01-03 15:27:50.249021: 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-01-03 15:27:50.832230: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
File "/home/kinshuk/Desktop/naveen/AF_Cluster-main/scripts/RunAF2.py", line 28, in
from alphafold.model import model
File "/home/kinshuk/.local/lib/python3.10/site-packages/alphafold/model/model.py", line 27, in
from alphafold.model import features
File "/home/kinshuk/.local/lib/python3.10/site-packages/alphafold/model/features.py", line 23, in
from alphafold.model.tf import input_pipeline
ModuleNotFoundError: No module named 'alphafold.model.tf'
Thankyou.
Best
Naveen
The text was updated successfully, but these errors were encountered: