-
Notifications
You must be signed in to change notification settings - Fork 131
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
微调之后的模型,用来预测HOMO能级,在边界出现预测值不变的情况 #303
Comments
If possible, you can attach your data so that we can a quick check and reproduce, OR email me [email protected] |
I encountered the same problem. |
Hi ganfisher, you can share the dataset if possible, we will check and reproduce this. BTW, i think it is due to scalar settings. |
Thank you, and I have sent you an e-mail. |
@ganfisher @jianing1997 Hi, the issue has been fixed in #313. During the training process, the variance of the output changes after applying dropout. This change in variance can lead to a shift in the output after being mapped through a non-linear layer. Meanwhile, the output of a regression problem is an absolute value, which makes it highly sensitive to such changes. By using a linear layer and removing dropout, this issue can be resolved. However, removing dropout might also introduce other problems, such as overfitting. Therefore, if any issues arise, we welcome discussions and solutions. |
Summary
模型在预测分子HOMO能级时,当能级低于-7.5 eV后,出现预测瓶颈,即无论真实值怎么变化,预测值都是-7.5eV左右。这是什么原因?
Uni-Mol Version
Uni-Mol Tools
Details
模型在预测分子HOMO能级时,当能级低于-7.5 eV后,出现预测瓶颈,即无论真实值怎么变化,预测值都是-7.5eV左右(图1和图2)。这是什么原因?
图三是训练数据集
The text was updated successfully, but these errors were encountered: