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
I was somewhat confused as why self.coord_mlp was different from self.edge_mlp and self.node_mlp. I had to wrestle with myself until I was convinced they are the same.
Therefore, for clarity reasons, I would recomend the following refactor:
I was studying your paper and, when looking into the implementation, came upon the following in
.\models\egnn_clean\egnn_clean.py
:I was somewhat confused as why
self.coord_mlp
was different fromself.edge_mlp
andself.node_mlp
. I had to wrestle with myself until I was convinced they are the same.Therefore, for clarity reasons, I would recomend the following refactor:
The text was updated successfully, but these errors were encountered: