Skip to content

Commit

Permalink
Fix Style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Prado committed Sep 2, 2024
1 parent 7f1c760 commit 4e8b327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/models/gnn/particlenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(
Default to "mean".
activation_layer: The activation function to use in the model.
Default to "relu".
add_batchnorm_layer: Whether to add a batch normalization layer
add_batchnorm_layer: Whether to add a batch normalization layer
after each linear layer. Default to True.
dropout_readout: Dropout value to use in the readout layer(s).
Default to 0.1.
Expand Down

0 comments on commit 4e8b327

Please sign in to comment.