MoleculeSDE icon indicating copy to clipboard operation
MoleculeSDE copied to clipboard

A Group Symmetric Stochastic Differential Equation Model for Molecule Multi-modal Pretraining, ICML'23

Results 2 MoleculeSDE issues
Sort by recently updated
recently updated
newest added

Hi Shengchao, Thank you very much for your great work! In your paper, you mentioned that "Yet, after confirming with the authors, certain mismatches exist between the 2D topologies and...

I observed that in code **SDEModel3Dto2D_node_adj_dense_02**, loss is calculated by: losses_x = torch.square(score_x + z_x) # [B, max_num_nodes, num_class_X] or [B, max_num_nodes, 1] losses_adj = torch.square(score_adj + z_adj) # [B,...