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

tensorflow version #22

Open
rglez opened this issue Oct 20, 2024 · 0 comments
Open

tensorflow version #22

rglez opened this issue Oct 20, 2024 · 0 comments

Comments

@rglez
Copy link

rglez commented Oct 20, 2024

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'

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

1 participant