Vae

Results 5 issues of Vae

After installing the dependent environment, the following error was reported when running finetune. py. Does anyone know the reason or solution. Traceback (most recent call last): File "/tal-vePFS/SFT/dengshuhao1/local/anaconda3/envs/alpaca-lora/lib/python3.8/site-packages/huggingface_hub/utils/_errors.py", line 259,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 求助,我想查看验证集情况,在ds_train_finetune.sh中设置--do_eval,但代码一直报错,大家是怎么解决的呢: ### Expected Behavior 正常运行 ### Steps To Reproduce Traceback (most...

CUDA_VISIBLE_DEVICES=6,7 python -m torch.distributed.launch --nproc_per_node 2 --master_port=29501 finetune.py 多卡finetune damo/speech_paraformer_asr_nat-zh-cn-16k-common-vocab8404-online 模型时报错: Task related config: error: unrecognized arguments: --local-rank=0 usage: Task related config [-h] [--config CONFIG] [--frontend {default,sliding_window,s3prl,fused,wav_frontend,multichannelfrontend}] [--frontend_conf FRONTEND_CONF] [--specaug...

代码跑起来模型第一块GPU进行训练,如何指定GPU训练呢