We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc80b6 commit cc29416Copy full SHA for cc29416
preprocessing.py
@@ -4,8 +4,8 @@
4
import torch
5
import torchaudio
6
from transformers import AutoTokenizer
7
-from outetts.wav_tokenizer.decoder import WavTokenizer
8
-from outetts.wav_tokenizer.encoder.utils import convert_audio
+from decoder import WavTokenizer
+from encoder.utils import convert_audio
9
from tqdm import tqdm
10
import argparse
11
from huggingface_hub import HfApi
@@ -143,4 +143,4 @@ def preprocess_dataset(
143
max_length=args.max_length,
144
debug=args.debug,
145
subset_ratio=args.subset_ratio
146
- )
+ )
0 commit comments