Loading audiolm_pytorch/hubert_kmeans.py +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ class HubertWithKmeans(nn.Module): super().__init__() self.target_sample_hz = target_sample_hz self.seq_len_multiple_of = seq_len_multiple_of self.output_layer = output_layer model_path = Path(checkpoint_path) kmeans_path = Path(kmeans_path) Loading Loading
audiolm_pytorch/hubert_kmeans.py +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ class HubertWithKmeans(nn.Module): super().__init__() self.target_sample_hz = target_sample_hz self.seq_len_multiple_of = seq_len_multiple_of self.output_layer = output_layer model_path = Path(checkpoint_path) kmeans_path = Path(kmeans_path) Loading