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

Error in ta.scan #3

Open
dooshra opened this issue Aug 30, 2021 · 1 comment
Open

Error in ta.scan #3

dooshra opened this issue Aug 30, 2021 · 1 comment

Comments

@dooshra
Copy link

dooshra commented Aug 30, 2021

Hi
I am trying to run the tutorial as implanted in PDL.ipynb. The installations processes was not easy and I had to replace some versions due to incompatibility. This is the final list of packages and versions that i have:
keras 2.6.0
keras-applications 1.0.8
keras-preprocessing 1.1.2
kerasplotlib 0.1.6
matplotlib 2.2.3
numpy 1.16.4
numpydoc 1.1.0
pandas 0.24.2
scipy 1.2.0
seaborn 0.9.0
sklearn 0.0
talos 0.4.8
tensorflow 2.6.0
tensorflow-estimator 2.6.0
wrangle 0.6.7

I am running the following script:
t_Init = ta.Scan(x=X_train0, y=y_train0, x_val=X_val, y_val=y_val, model=baby_model, params=p, grid_downsample=None, # grid search dataset_name='baby_model', print_params=True)
I get this error report in the attached file

error_DL_pipeline.txt
Additionally I had to change the code:
from keras.optimizers import adam,Nadam, sgd to
from tensorflow.keras.optimizers import Adam,Nadam, SGD

Thank you

@lauzingaretti
Copy link
Collaborator

lauzingaretti commented Aug 30, 2021 via email

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

2 participants