Skip to content

Commit 01e1839

Browse files
jesseengelMagenta Team
authored andcommitted
Remove crepe from vst.gin as it's not used and just adds to parameters of checkpoints.
PiperOrigin-RevId: 440981869
1 parent 6630422 commit 01e1839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ddsp/training/gin/models/vst/vst.gin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OnlineF0PowerPreprocessor:
2525
padding = 'center'
2626
compute_power = True
2727
compute_f0 = False
28-
crepe_saved_model_path = 'full'
28+
crepe_saved_model_path = None
2929

3030

3131
# Encoder

ddsp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
pulling in all the dependencies in __init__.py.
2020
"""
2121

22-
__version__ = '3.3.2'
22+
__version__ = '3.3.3'

0 commit comments

Comments
 (0)