Replies: 1 comment 1 reply
-
|
How many epochs does it take to train 25 hours of dataset? Is the model's training supported in Russian? Is it possible to teach on kaggle too? As in Notepad to write the save the last epoch on Google drive or Yandex disk upon completion of 12 hours of active session? How do I resume training from the last era? Developers can add to the web interface, the ability to save the era of cloud Google or Yandex and resume training the model after the end of active session on kaggle or Colaba? Please add in the web interface download from Google drive or Yandex drive of dataset in a zip archive, and extract. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
go to google colab
connect type T4 (!important)
run your train finetune
!python finetune_gradio.pymake sure add in right dir.check run
lsinsted%cd src/f5_tts/trainwhen you run transcript and others and now your turn to run
start traningstop gradio.py and add this code
!accelerate launch \ --num_processes 1 \ --num_machines 1 \ --mixed_precision fp16 \ --dynamo_backend no \ /content/sanddub/src/f5_tts/train/finetune_cli.py \ --exp_name F5TTS_Base \ --learning_rate 1e-05 \ --batch_size_per_gpu 400 \ --batch_size_type frame \ --max_samples 64 \ --grad_accumulation_steps 1 \ --max_grad_norm 1 \ --epochs 11 \ --num_warmup_updates 200 \ --save_per_updates 400 \ --last_per_steps 800 \ --dataset_name my_speak \ --finetune True \ --tokenizer char \ --log_samples True \ --logger wandbthis is best setting i will check 100s of time ;}
if your model done mesg will appear Saved last checkpoint at step 1600 make sure is right or not run further now run agin gradio.py and test your model
share... ;)
Beta Was this translation helpful? Give feedback.
All reactions