mct10 / RepCodec

Models and code for RepCodec: A Speech Representation Codec for Speech Tokenization
Other
161 stars 11 forks source link

Where is the inference.py file? #9

Open Qoboty opened 1 week ago

Qoboty commented 1 week ago

Hi, inference.py is missing? where is the inference.py file

image
mct10 commented 1 week ago

Hi, this example refers to running inference using the vocoder, not RepCodec. So, please use this inference.py from speech-resynthesis to run inference for the vocoder. If you want to run inference with RepCodec, please follow this or this.