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

Simpe test example #8

Closed
RoyalTS94 opened this issue Nov 12, 2019 · 3 comments
Closed

Simpe test example #8

RoyalTS94 opened this issue Nov 12, 2019 · 3 comments

Comments

@RoyalTS94
Copy link

Hey, thanks for this great code! As for saubersf running a simple example does not work for me. I get an error for the model.fit(X,y) call in line 127. Error message is "ValueError: None values not supported." Do you know how to solve this error?

@lgq1997
Copy link

lgq1997 commented Apr 13, 2020

Hey, I also encountered this problem, did you solve it?

@gouravvemula0
Copy link

change optimizers.Adam(lr=0.00075, beta_1=0.9, beta_2=0.999, epsilon=None, decay=0.0, amsgrad=False) to optimizers.Adam(lr=0.001)

@lgq1997
Copy link

lgq1997 commented Apr 25, 2020

将优化器更改为优化器.Adam(lr = 0.00075,beta_1 = 0.9,beta_2 = 0.999,epsilon = None,衰减= 0.0,amsgrad = False)更改为优化器.Adam(lr = 0.001)

The problem is solved,thank you very much!

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

4 participants