Skip to content

Commit

Permalink
trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bengioe authored Aug 22, 2023
1 parent 03a31da commit e438182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gflownet/models/graph_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class GraphTransformer(nn.Module):
The per node outputs are the final (post graph-convolution) node embeddings.
The per graph outputs are the concatenation of a global mean pooling operation, of the final
The per graph outputs are the concatenation of a global mean pooling operation, of the final
node embeddings, and of the final virtual node embeddings.
"""

Expand Down

0 comments on commit e438182

Please sign in to comment.