Skip to content

Commit c68be6c

Browse files
committed
reduce training job to 10 epoch if student run it.
1 parent d5932f3 commit c68be6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01-training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ovhai job run \
4242
--token $AI_TOKEN \
4343
--name $STUDENT_ID-yolov8-rock-paper-scissors-training-job \
4444
--gpu 1 \
45-
--env NB_OF_EPOCHS=50 \
45+
--env NB_OF_EPOCHS=10 \
4646
--volume $STUDENT_ID@S3GRA:/workspace/attendee:RW:cache \
4747
--unsecure-http \
4848
$REGISTRY_NAME/$STUDENT_ID/yolov8-rock-paper-scissors-training-job:1.0.0

0 commit comments

Comments
 (0)