Luís Henrique Domingues Bueno
Results
1
issues of
Luís Henrique Domingues Bueno
I was studying your paper and, when looking into the implementation, came upon the following in `.\models\egnn_clean\egnn_clean.py`: self.edge_mlp = nn.Sequential( nn.Linear(input_edge + edge_coords_nf + edges_in_d, hidden_nf), act_fn, nn.Linear(hidden_nf, hidden_nf), act_fn)...