Conversation
|
@patzm Thanks |
patzm
left a comment
There was a problem hiding this comment.
ModuleNotFoundError: No module named 'keras.api._v2'did you start with a fresh environment? Which Keras version are you running? Compare to the frozen versions I included in the fold comment of the PR.
Not sure about the other errors. But maybe we can clarify those points before.
| "if model.model_type is 'MM_QP':\n", | ||
| "if model.model_type == 'MM_QP':\n", | ||
| " Ypred, Stats = MM_QP(model, verbose=True)\n", | ||
| "if model.model_type is 'MM_LP':\n", |
There was a problem hiding this comment.
if model.model_type is 'MM_QP':
Ypred, Stats = MM_QP(model, verbose=True)
if model.model_type is 'MM_LP':
Ypred, Stats = MM_LP(model, verbose=True)this warning should be gone after the changes I introduced here. Are you sure you had this branch pulled and were running Tutorial.ipynb?
overall fixes #4 when removing the version constraints
amn_release/environment_amn.yml
Lines 6 to 8 in 10db2a6
scikerasas an additional dependency to get the wrappers that were migrated thereLoss_Vin:parameterisn't used, looks like debug code. Also removed passing it from other places.Tutorial.ipynb(string comparison with==instead ofis)full `pip freeze`