Skip to content

Commit

Permalink
[update] fix default model conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Jourdelune committed Jun 24, 2024
1 parent b14021f commit e400964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

model = SoundStream(
D=256,
C=1,
C=58,
strides=(2, 4, 5, 5),
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

model = SoundStream(
D=256,
C=1,
C=58,
strides=(2, 4, 5, 5),
)

Expand Down

0 comments on commit e400964

Please sign in to comment.