Open hopto-dot opened 1 year ago
In this repo, steps * batch size = total number of samples * epochs
, If the total number of samples and epochs remain unchanged, changing the batch size will also change the steps, so I chose epochs as the reference for the progress of fine-tuning. For most cases, a batch size of 16 is ok.
600 epochs with what batch size? 1? the default 16 in the Google Colab?
Better yet, do you know of a good rough formula for steps based on audio samples?