Zirui Li
Results
2
comments of
Zirui Li
高频部分丢失的原因是因为redecoder没有使用`codes[2]`,也就是表示音频细节的code来重建。如果效仿此处:https://github.com/Plachtaa/FAcodec/blob/master/modules/quantize.py#L444-L449 用普通的decoder来reconstruct似乎不会有这个问题。
Hi, I encounter the same problem when trying to inspect the first element in the dataset. My environment is: ``` root@3ac6f9f8c6c4:/workspace# pip3 list | grep torch pytorch-lightning 2.5.6 pytorch-metric-learning 2.9.0...