Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Set ImageNet data augmentation by default #13757

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion example/image-classification/train_imagenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def set_imagenet_aug(aug):
data.add_data_args(parser)
data.add_data_aug_args(parser)
# uncomment to set standard augmentations for imagenet training
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this comment should change accordingly

# set_imagenet_aug(parser)
set_imagenet_aug(parser)
parser.set_defaults(
# network
network = 'resnet',
Expand Down