CreepJoye
CreepJoye
Hello! When I run the command `$ python train.py -c config.toml`, there are some errors: ```python Traceback (most recent call last): File "/home/lqb/.conda/envs/asr_w2v/lib/python3.8/site-packages/toml/decoder.py", line 511, in loads ret = decoder.load_line(line,...
Hello,I would like to run `sh egs/tts/NaturalSpeech2/run_train.sh`,and it reports : `usage: accelerate []` ```Accelerate CLI tool: error: argument {config,estimate-memory,env,launch,tpu-config,test}: invalid choice: /home/lqb/project/Amphion/bins/tts/train.py' (choose from 'config', 'estimate-memory', 'env', 'launch', 'tpu-config', 'test')```...
During training, I printed the data output from the dataset, NS2Collator, and DataLoader separately. Only the DataLoader output data showed anomalies (some tensors were all zeros). The duration data is...
# ❓ Questions & Help Thank you for your hard work! I want to know how to use the checkpoint to do ASR task? ## Details I follow your codes...