We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a2633 commit 1d2f7c5Copy full SHA for 1d2f7c5
src/f5_tts/scripts/count_max_epoch_precise.py
@@ -27,7 +27,4 @@
27
f"batch_size_per_gpu={batch_size_per_gpu} (frames) & "
28
f"max_samples_per_gpu={max_samples_per_gpu}."
29
)
30
-print(
31
- f"If gpus={gpus}, for max_updates={max_updates} "
32
- f"should set epoch={math.ceil(max_updates / updates_per_epoch)}."
33
-)
+print(f"If gpus={gpus}, for max_updates={max_updates} should set epoch={math.ceil(max_updates / updates_per_epoch)}.")
0 commit comments