Skip to content

Commit

Permalink
add None in the final_layers_options
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalef committed Feb 25, 2025
1 parent a70c88b commit 71ade3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/Configuration/Parameters/model_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
NORM_TYPE_OPTIONS = Literal["batch", "instance", "none"]
# Define model final_layer options
FINAL_LAYER_OPTIONS = Literal[
"sigmoid", "softmax", "logsoftmax", "tanh", "identity", "logits", "regression"
"sigmoid", "softmax", "logsoftmax", "tanh", "identity", "logits", "regression", "None", "none"
]


Expand Down

0 comments on commit 71ade3f

Please sign in to comment.