brain worms and headaches

This commit is contained in:
mrq 2023-03-07 03:01:02 +00:00
parent 0f31c34120
commit 5063728bb0

View File

@ -1200,6 +1200,7 @@ def prepare_dataset( files, outdir, language=None, skip_existings=False, progres
unload_whisper()
joined = "\n".join(transcription)
return f"Processed dataset to: {outdir}\n{joined}"
def calc_iterations( epochs, lines, batch_size ):