JunZhan2000
JunZhan2000
I'm creating the environment via conda, it's a really weird bug
> @guokr233 this might be the problem of tensorflow ifself or you didn't setup the environment right. Did you use anaconda3 (or miniconda)? And make sure your cuda driver is...
same issue : )
> I met this problem not finding _k2. I found that `pip install` directly install the py39 k2 and my python version is py37. Then I specify the py37 k2...
> @guokr233 Please visit > > * https://k2-fsa.github.io/k2/installation/pre-compiled-cpu-wheels-linux/index.html > > or > > * https://k2-fsa.github.io/k2/installation/pre-compiled-cuda-wheels-linux/index.html > > to download pre-compiled wheels. which one shoud I use? my python is 3.10.9,...
> https://drive.google.com/file/d/18wEUfMNohBJ4K3Ly5wpTejPfDzp-8fI8/view?usp=sharing 可以直接换这个:https://huggingface.co/MonsterMMORPG/tools/resolve/main/antelopev2.zip google drive没办法在代码里直接下载
> Hi. You could check the accelerate doc in hugging face > > For single-GPU, python train.py > > For multi-GPU, accelerate launch --multi_gpu train.py Thanks, I will try it....
> Hi. You could check the accelerate doc in hugging face > > For single-GPU, python train.py > > For multi-GPU, accelerate launch --multi_gpu train.py hi, I used the following...