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
After installing in a dedicated environment, I got an error after running "nmrgnn eval-struct rec-M1-smina.pdb rec-M1-smina.csv". Could you assert that it is a due to a tensorflow version? any suggestion to solve it?
Thanks !
================================================================
(shift) rglez@gspot:~$ nmrgnn eval-struct rec-M1-smina.pdb rec-M1-smina.csv
Traceback (most recent call last):
File "/home/rglez/anaconda3/envs/shift/bin/nmrgnn", line 5, in
from nmrgnn.main import main
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/nmrgnn/init.py", line 22, in
from .model import *
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/nmrgnn/model.py", line 4, in
import kerastuner as kt
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/kerastuner/init.py", line 19, in
from . import applications
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/kerastuner/applications/init.py", line 19, in
from .augment import HyperImageAugment
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/kerastuner/applications/augment.py", line 26, in
from tensorflow.keras.layers.experimental import preprocessing
ModuleNotFoundError: No module named 'tensorflow.keras.layers.experimental'
The text was updated successfully, but these errors were encountered:
Hello,
After installing in a dedicated environment, I got an error after running "nmrgnn eval-struct rec-M1-smina.pdb rec-M1-smina.csv". Could you assert that it is a due to a tensorflow version? any suggestion to solve it?
Thanks !
================================================================
(shift) rglez@gspot:~$ nmrgnn eval-struct rec-M1-smina.pdb rec-M1-smina.csv
Traceback (most recent call last):
File "/home/rglez/anaconda3/envs/shift/bin/nmrgnn", line 5, in
from nmrgnn.main import main
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/nmrgnn/init.py", line 22, in
from .model import *
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/nmrgnn/model.py", line 4, in
import kerastuner as kt
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/kerastuner/init.py", line 19, in
from . import applications
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/kerastuner/applications/init.py", line 19, in
from .augment import HyperImageAugment
File "/home/rglez/anaconda3/envs/shift/lib/python3.10/site-packages/kerastuner/applications/augment.py", line 26, in
from tensorflow.keras.layers.experimental import preprocessing
ModuleNotFoundError: No module named 'tensorflow.keras.layers.experimental'
The text was updated successfully, but these errors were encountered: