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
Hi DeepLnc-er,
i am running the tool on ubuntu machine but i still get this error message: $ python prediction.py -f plat.fa -o prediction.txt 2023-03-31 10:40:28.121728: 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. 2023-03-31 10:40:28.998611: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2023-03-31 10:40:29.706883: E tensorflow/compiler/xla/stream_executor/cuda/cuda_driver.cc:266] failed call to cuInit: CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected Traceback (most recent call last): File "prediction.py", line 4, in <module> from train import * File "/workspace/DeepLncCTCF/train.py", line 16, in <module> from keras.layers.recurrent import LSTM ModuleNotFoundError: No module named 'keras.layers.recurrent'
could you help?
thanks
TA
The text was updated successfully, but these errors were encountered:
Hi DeepLnc-er,
i am running the tool on ubuntu machine but i still get this error message:
$ python prediction.py -f plat.fa -o prediction.txt 2023-03-31 10:40:28.121728: 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. 2023-03-31 10:40:28.998611: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2023-03-31 10:40:29.706883: E tensorflow/compiler/xla/stream_executor/cuda/cuda_driver.cc:266] failed call to cuInit: CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected Traceback (most recent call last): File "prediction.py", line 4, in <module> from train import * File "/workspace/DeepLncCTCF/train.py", line 16, in <module> from keras.layers.recurrent import LSTM ModuleNotFoundError: No module named 'keras.layers.recurrent'
could you help?
thanks
TA
The text was updated successfully, but these errors were encountered: