FPT AI Studioにおけるトレーニング時間の推定方法
Last updated
Was this helpful?
Was this helpful?
Example:
Training time for 1,000 samples (1 epoch) = 5 minutes
Full dataset size = 20,000 samples
Planned epochs = 3
scaling_factor = dataset_size / sample_dataset_size
scaling_factor = 20,000 / 1,000 = 20
total_time = scaling_factor * epoch_time * epochs
total_time = 20 * 5 minutes * 3 = 300 minutes = 5 hours