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

Main.py doesn't work because cnn has no attribute 'predict_with_module' #39

Open
gulseva opened this issue May 1, 2021 · 0 comments
Open

Comments

@gulseva
Copy link

gulseva commented May 1, 2021

Hi,

I tried to run the main.py script but I get the following error:

Traceback (most recent call last):
File "main.py", line 2, in
from prediction.prediction import run_predictions
File "/home/gulseva/programs/Ca-Backbone-Prediction/prediction/init.py", line 1, in
from . import prediction
File "/home/gulseva/programs/Ca-Backbone-Prediction/prediction/prediction.py", line 24, in
cnn.predict_with_module,
AttributeError: module 'cnn' has no attribute 'predict_with_module'

The latest change to these files was 8 days ago so I assume something went wrong at that point. I would appreciate if you could take a look.

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