Skip to content

Commit

Permalink
Update defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnor-sigurdsson committed Aug 27, 2023
1 parent 68f31fb commit 847f6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eir/setup/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ class OmicsInputDataConfig:
subset_snps_file: Optional[str] = None
na_augment_perc: float = 0.2
na_augment_prob: float = 0.8
shuffle_augment_perc: float = 0.1
shuffle_augment_prob: float = 0.8
shuffle_augment_perc: float = 0.0
shuffle_augment_prob: float = 0.0
omics_format: Literal["one-hot"] = "one-hot"
mixing_subtype: Union[Literal["mixup", "cutmix-block", "cutmix-uniform"]] = "mixup"
modality_dropout_rate: float = 0.0
Expand Down

0 comments on commit 847f6dd

Please sign in to comment.