Skip to content
Discussion options

You must be logged in to vote

I can't say for sure what your problem is. But one thing I notice is that your learning rate is decaying too violently. Your stop_batch=150000, decay_steps=5000, which means you only decay 30 times in total to decay from 10^-3 to 10^-8, which means decay_rate~0.7. The decay_rate should better to be >~0.95.
In addition, the recommended atom numbers per batch is >=32.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@caolz
Comment options

@tuoping
Comment options

tuoping May 13, 2021
Collaborator

@caolz
Comment options

@finthon
Comment options

@caolz
Comment options

Answer selected by tuoping
Comment options

You must be logged in to vote
1 reply
@caolz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants