Skip to content

Commit 1d2f7c5

Browse files
committed
Formatting
1 parent 37a2633 commit 1d2f7c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/f5_tts/scripts/count_max_epoch_precise.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@
2727
f"batch_size_per_gpu={batch_size_per_gpu} (frames) & "
2828
f"max_samples_per_gpu={max_samples_per_gpu}."
2929
)
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-
)
30+
print(f"If gpus={gpus}, for max_updates={max_updates} should set epoch={math.ceil(max_updates / updates_per_epoch)}.")

0 commit comments

Comments
 (0)