zero-cost-nas
zero-cost-nas copied to clipboard
Zero-Cost Proxies for Lightweight NAS
Hi! Is it possible to use these proxies for 3D CNN architectures or i have to modify these proxies to make it compatible with 3D CNN models? Thanks
When I do NAS, I find that the prediction accuracy of different network frameworks is very different. When normalizing, I encounter very huge difficulties.Is there any way to deal with...
Currently I am trying to reproduce results on the NAS-ASR benchmark however I have been unsuccessful so far. It would be really helpful if you could answer some questions I...
I hope you can publish the NAS-Bench-ASR code soon. Thanks!
Hello, Thanks for a great paper. When you compute top-5%/top-64 score (Tables 4, 11), how many architectures are there in total? Is it 3000 architectures (only warmup) or the size...
I keep getting this list index out of range error for the example code: ========== IndexError Traceback (most recent call last) [](https://localhost:8080/#) in () 6 ae_best_valids, ae_best_tests = run_evolution_search(max_trained_models=length) 7...
Hi, I really enjoyed your paper! We incorporated your techniques in our recent [project](https://arxiv.org/abs/2104.01177). I was wondering about your plan for releasing the code for the NAS-Bench-NLP results, because we...