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
when I'm trying to run predict_auto.py in the folder script_final, there occurs an error:
from keras import Model, optimizers,losses, activations, models
ImportError: cannot import name 'Model'
It may due to the version of keras I installed do not fit the project. But the project didn't provide the required package version(maybe I do not find?)😭。 I tried to search in the Internet but still cannot solve the problem...
So could you please tell me what's the version need to run the project? Thank you so much!
The text was updated successfully, but these errors were encountered:
when I'm trying to run predict_auto.py in the folder script_final, there occurs an error:
from keras import Model, optimizers,losses, activations, models
ImportError: cannot import name 'Model'
It may due to the version of keras I installed do not fit the project. But the project didn't provide the required package version(maybe I do not find?)😭。 I tried to search in the Internet but still cannot solve the problem...
So could you please tell me what's the version need to run the project? Thank you so much!
The text was updated successfully, but these errors were encountered: