You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the xh should have a dimension 8, where x is the molecule position with dimension 3 and h is the one hot representation of atom types with dimension 5 (C,H,O,F,N). I recheck the provided code and it can correctly train the property prediction network used in energy function. I think you should check the dataloader.
Hi great work, really nice.
I am getting an error in training, not sure if you have seen this before or know a quick fix / possible cause ?
this line
https://github.com/gracezhao1997/EEGSDE/blob/master/energys_prediction/en_diffusion.py#L380
not sure why
xh
has a dimension 7 instead of 8 aseps
.running the following
best regards
The text was updated successfully, but these errors were encountered: