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

Demo example in tutorial did not provide expected result #6

Closed
PepperXZC opened this issue May 13, 2024 · 2 comments
Closed

Demo example in tutorial did not provide expected result #6

PepperXZC opened this issue May 13, 2024 · 2 comments

Comments

@PepperXZC
Copy link

I just directly cloned this repository, had virtual env setup and ran tutorials/0-Schrodinger.ipynb, but the resulted prediction did not reach convergence. Is there any additional setting should be done or any hyperparameters?
image

@rezaakb
Copy link
Owner

rezaakb commented May 23, 2024

Yes, please increase the value of max_epochs in the training configuration. For instance:
trainer = pl.Trainer(accelerator='cpu', devices=1, max_epochs=60000)

@rezaakb rezaakb closed this as completed Jun 12, 2024
@PepperXZC
Copy link
Author

Thanks for your patience!

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