Skip to content

Commit

Permalink
add target transform override to default deterministic config
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Oct 22, 2024
1 parent 322a0c1 commit 276cb37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def get_default_configs():
data.centered = True
data.input_transform_key = "stan"
data.target_transform_key = "sqrturrecen"
data.target_transform_overrides = ml_collections.ConfigDict()

# model
config.model = model = ml_collections.ConfigDict()
Expand Down

0 comments on commit 276cb37

Please sign in to comment.