mc-marcocheng
mc-marcocheng
@csukuangfj I ran into the following error when building k2: https://gist.github.com/mc-marcocheng/badc1cbaee2ceaa05a6c304439899e29
These are some python package installation basics: 1. Install msvc. 2. Install miniconda. 3. Create a python environment with miniconda: `conda create -n env python=3.10 -y; conda activate env` 4....
@AlexandderGorodetski Anaconda is OK. PyTorch version needs to match the CUDA version installed on your system.
https://github.com/joonson/syncnet_trainer
@Ziyueyork Can you please share your modified `WavLMLoss` code?