Skip to content

Commit

Permalink
Update tensornet.py
Browse files Browse the repository at this point in the history
update ref
  • Loading branch information
guillemsimeon authored Dec 17, 2023
1 parent af1aa23 commit a06d072
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions torchmdnet/models/tensornet.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ def tensor_norm(tensor):
return (tensor**2).sum((-2, -1))

class TensorNet(nn.Module):
r"""TensorNet's architecture.
From TensorNet: Cartesian Tensor Representations for Efficient Learning of Molecular Potentials; G. Simeon and G. de Fabritiis.
r"""TensorNet's architecture. From
TensorNet: Cartesian Tensor Representations for Efficient Learning of Molecular Potentials; G. Simeon and G. de Fabritiis.
NeurIPS 2023.
Args:
hidden_channels (int, optional): Hidden embedding size.
Expand Down

0 comments on commit a06d072

Please sign in to comment.