DNA icon indicating copy to clipboard operation
DNA copied to clipboard

(CVPR 2020) Block-wisely Supervised Neural Architecture Search with Knowledge Distillation

Results 5 DNA issues
Sort by recently updated
recently updated
newest added

First of all, thank you for your codes! Using these codes, I'm trying to apply this for my code. Meanwhile I don't understand what are the meaning of subtracting numbers...

Hi, Thanks for your excellent work. As the title show, how to set mse_weight? Any rules to follow ? `mse_weight = [0.0684, 0.171, 0.3422, 0.2395, 0.5474, 0.3422]` [(https://github.com/changlin31/DNA/blob/master/searching/dna/distill_train.py#L329)]

Update the darts searching codes in `searching/darts`. Usage: `sh run_tmp.sh`

This commit add "the rank models ", meaning the best top-K models during the searching process.

Hi @changlin31 My name is Kelvin, and I am a master's student at National Tsing Hua University. I noticed that there is no specific license on your GitHub repository. Is...