hytseng0509 / CrossDomainFewShot

Cross-Domain Few-Shot Classification via Learned Feature-Wise Transformation (ICLR 2020 spotlight)
329 stars 62 forks source link

problem about download_models.py #18

Open SurPer-Y opened 4 years ago

SurPer-Y commented 4 years ago

why it is if len(sys.argv) != 6: rather than if len(sys.argv) != 4:? i use python3 download_models.py cars 1 matchingnet but it is not right. could you please tell me the reason why it is 6 and give a correct examlp?