You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a compatibility bug in accuracy(output, target, topk=(1,)) (see qtcls/utils/misc.py Line 301) when computing the Top-5 Acc.
Add simple augmentations for training ImageNet with CNNs.
Introduce a new command-line argument --simple_aug which serves as an option of using the simple augmentations for ImageNet.
The --note argument is now appended to the pre-defined meta note (see main.py Line 115, 260~263). In previous versions, the --note was directly used without a meta note.