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, I am trying to use TorchMD_ET to make node-level predictions like partial charges by removing the aggregation in https://github.com/torchmd/torchmd-net/blob/main/torchmdnet/models/torchmd_et.py. It works and the MSE loss does reduce from epoch to epoch but it is not as performant as a simple EGNN. For the final node level predictions I am using a simple MLP with the node embeddings from TorchMD as the input. Is there some changes I could do to improve the node level performance or was TorchMD purpose-built for molecule-level properties?