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
Starting from v0.7.0 (this version), command-line arguments after--config xxx / -c xxxoverride the config arguments if the name is duplicated. E.g., python main.py -c configs/_demo_.py -d cifar100 -b 64.
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.