sunsmarterjie / GOLD_NAS

The implementation of GOLD_NAS
Apache License 2.0
23 stars 1 forks source link

auxiliary head is used during search #2

Open wanghonghui1998 opened 3 years ago

wanghonghui1998 commented 3 years ago

Hi!Thanks for your code. I noticed that the 'auxiliary' augment is set to be true by default in train_search.py. That seems to be different from GOLD-NAS paper.

sunsmarterjie commented 3 years ago

Thank you for your reminder, I will modify this file, but it seems to have little effect?

wanghonghui1998 commented 3 years ago

That's OK, I just wonder if the auxiliary head is used or not during search.

bestfleer commented 3 years ago

I also noticed that the 'cutout' augment is set to be true by default in train_search.py. Hence, Both autoaugment and cutout are used in searching step?