Skip to content

v0.9.0

Compare
Choose a tag to compare
@horrible-dong horrible-dong released this 06 Mar 09:25
· 3 commits to main since this release

Mar 6, 2024

  1. Fix a compatibility bug in accuracy(output, target, topk=(1,)) (see qtcls/utils/misc.py Line 301) when computing the Top-5 Acc.
  2. Add simple augmentations for training ImageNet with CNNs.
  3. Introduce a new command-line argument --simple_aug which serves as an option of using the simple augmentations for ImageNet.
  4. 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.
  5. Update requirements.txt.
  6. Update docs.