Skip to content

Commit

Permalink
change field name
Browse files Browse the repository at this point in the history
  • Loading branch information
marshHawk4 committed Oct 10, 2024
1 parent df70ae4 commit 248a00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdr_schemas/prospectivity_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class NeuralNetUserOptions(BaseModel):
)

# model args
dropout: Optional[Tuple[float, float, float]] = Field(
dropout_tuple: Optional[Tuple[float, float, float]] = Field(
default=(0.0, 0.25, 0.25),
description="Dropout influences variance of network outputs. Low dropout results in deterministic prospectivity map. High dropout results in probabilistic prospectivity map.",
)
Expand Down

0 comments on commit 248a00e

Please sign in to comment.