Skip to content

Commit

Permalink
Update config_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gesen2egee committed Mar 19, 2024
1 parent f5aecf6 commit 15c8d17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/config_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class BaseSubsetParams:
caption_tag_dropout_rate: float = 0.0
token_warmup_min: int = 1
token_warmup_step: float = 0
sample_weight: bool = False

@dataclass
class DreamBoothSubsetParams(BaseSubsetParams):
Expand Down Expand Up @@ -198,7 +197,6 @@ def __validate_and_convert_scalar_or_twodim(klass, value: Union[float, Sequence]
"token_warmup_step": Any(float, int),
"caption_prefix": str,
"caption_suffix": str,
"sample_weight": bool,
}
# DO means DropOut
DO_SUBSET_ASCENDABLE_SCHEMA = {
Expand Down

0 comments on commit 15c8d17

Please sign in to comment.