ZhikangNiu / encodec-pytorch

unofficial implementation of the High Fidelity Neural Audio Compression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use language model in my_encodec?

ZarkPanda813 opened this issue · comments

Hello,I'm training on my own dataset now,and i wonder if i can use --lm to further compress the stream using entropy coding on my_encodec model,and how can I modify the code?

Sorry. When training, I have not add lm to further compress the stream.

Okay,thx.