Skip to content

Commit

Permalink
increase default max step RAVE
Browse files Browse the repository at this point in the history
  • Loading branch information
caillonantoine committed Apr 11, 2022
1 parent 0c83a07 commit 5eb5a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_rave.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class args(Config):
WAV = None
SR = 48000
N_SIGNAL = 65536
MAX_STEPS = 2000000
MAX_STEPS = 3000000

BATCH = 8

Expand Down

0 comments on commit 5eb5a1b

Please sign in to comment.