convergence problem #22
-
Hi, I encounter convergence problems when training the water cluster model. However, different from the example, I use the energy data calculated with ccsd(t)/avdz and avqz and I do not use force labels. Training: I failed to figure out what is the problem and I am not sure whether I should change some parameters in args.yaml, such as certain keys in scf_args, or basis ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Thanks for the question! For water system the convergence should be rather easy. Have you tried with original label included in the example? If the original label works yet the current one doesn't, then there might be something wrong with the label you use (e.g., it contains some noise or is generated from different settings). Maybe you can try to reduce the label to ccsd/avdz as a first attempt? On the other hand, you might want to try to set the basis to the one you used in calculating your label (avdz for example) or try to reduce the initial training epochs to 5000. Both might be helpful to alleviate the convergence problem. |
Beta Was this translation helpful? Give feedback.
Thanks for the question! For water system the convergence should be rather easy. Have you tried with original label included in the example? If the original label works yet the current one doesn't, then there might be something wrong with the label you use (e.g., it contains some noise or is generated from different settings). Maybe you can try to reduce the label to ccsd/avdz as a first attempt?
On the other hand, you might want to try to set the basis to the one you used in calculating your label (avdz for example) or try to reduce the initial training epochs to 5000. Both might be helpful to alleviate the convergence problem.