Skip to content

Commit

Permalink
Update default experiment_name and object_size
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanan committed Oct 11, 2023
1 parent c038aaf commit 76cc814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellulus/configs/experiment_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ class ExperimentConfig:
default=None, converter=to_config(TrainConfig)
)
inference_config: InferenceConfig = attrs.field(
default=None, converter=to_config(InferenceConfig)(default="YYYY-MM-DD")
default=None, converter=to_config(InferenceConfig)
)

0 comments on commit 76cc814

Please sign in to comment.