mileyan / simple_shot

MIT License
129 stars 27 forks source link

inconsistency of enlarge between validation and test #6

Open Tsingularity opened 3 years ago

Tsingularity commented 3 years ago

For tiered imagenet, I noticed that in the validation step during training, the args.enlarge is set to False/None because there's no '--enlarge' in the training configs. However, in the evaluation/testing command lines shown in readme, there's a '--enlarge'. Just wondering is this a typo or something else?

Thanks!