Commit 7596ae0c authored by Phil Wang's avatar Phil Wang
Browse files

default hubert to 16khz

parent cd94fae5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ class HubertWithKmeans(nn.Module):
        self,
        checkpoint_path,
        kmeans_path,
        target_sample_hz = 50000,
        target_sample_hz = 16000,
        seq_len_multiple_of = None
    ):
        super().__init__()
+1 −1
Original line number Diff line number Diff line
__version__ = '0.15.4'
__version__ = '0.15.5'