Skip to content

Commit 199797a

Browse files
authored
Update colab.py
lowered lr. fit_cab as default
1 parent 90c4ba2 commit 199797a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nam/train/colab.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ def get_path(version):
7171

7272

7373
def run(
74-
epochs: int = 100,
74+
epochs: int = 500,
7575
delay: Optional[int] = None,
7676
model_type: str = "WaveNet",
7777
architecture: str = "standard",
78-
lr: float = 0.004,
78+
lr: float = 0.002, #!#
7979
lr_decay: float = 0.007,
8080
seed: Optional[int] = 0,
8181
user_metadata: Optional[UserMetadata] = None,
8282
ignore_checks: bool = False,
83-
fit_cab: bool = False,
83+
fit_cab: bool = True, #!#
8484
):
8585
"""
8686
:param epochs: How many epochs we'll train for.

0 commit comments

Comments
 (0)