Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/image-classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ python ../gaudi_spawn.py \
--do_eval \
--learning_rate 2e-4 \
--num_train_epochs 5 \
--per_device_train_batch_size 128 \
--per_device_eval_batch_size 64 \
--per_device_train_batch_size 32 \
--per_device_eval_batch_size 32 \
--eval_strategy epoch \
--save_strategy epoch \
--load_best_model_at_end True \
Expand Down
Loading