Skip to content

v0.7.0

Compare
Choose a tag to compare
@horrible-dong horrible-dong released this 18 Sep 12:22
· 61 commits to main since this release

Sep 18, 2023

  1. Starting from v0.7.0 (this version), command-line arguments after --config xxx / -c xxx override the config arguments if the name is duplicated. E.g., python main.py -c configs/_demo_.py -d cifar100 -b 64.
  2. Support fake datasets. Please use --dummy if you don't have the specified --dataset file on hand but want to test your code. E.g., python main.py -m resnet50 -d imagenet1k --dummy.
  3. Support the FashionMNIST dataset.
  4. Update schedulers.
  5. Rearrange configs/_demo_.py.
  6. Standardize the code & Refine the code structure.
  7. Update docs.
  8. Bug fixes and improvements.