MandyMo / DARTS
Differentiable architecture search for convolutional and recurrent networks
☆68Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for DARTS
- Implementation with latest PyTorch (v1.1) for multi-gpu DARTS https://arxiv.org/abs/1806.09055☆83Updated 5 years ago
- Fair DARTS: Eliminating Unfair Advantages in Differentiable Architecture Search☆173Updated last year
- [CVPR2020] CARS: Continuous Evolution for Efficient Neural Architecture Search☆104Updated 4 years ago
- Pytorch Implementation of Neural Architecture Optimization☆112Updated 3 years ago
- ☆165Updated last year
- Neural architecture search(NAS)☆14Updated 5 years ago
- Pytorch implementation of SNAS☆75Updated 5 years ago
- Codes for our paper "Progressive Differentiable Architecture Search:Bridging the Depth Gap between Search and Evaluation"☆360Updated 4 years ago
- SPOS(Single Path One-Shot Neural Architecture Search with Uniform Sampling) rebuilt in Pytorch with single GPU.☆244Updated 2 years ago
- PyTorch 1.0 supported for CNN exp.☆82Updated 5 years ago
- Multinomial Distribution Learning for Effective Neural Architecture Search☆207Updated 5 years ago
- PC-DARTS:Partial Channel Connections for Memory-Efficient Differentiable Architecture Search☆435Updated 4 years ago
- This repo contains the PyTorch implementation of the SNAS-Series papers☆147Updated 3 years ago
- [ICLR 2020] NAS evaluation is frustratingly hard☆149Updated last year
- Neural Architecture Optimization☆286Updated 3 years ago
- [ICLR 2020]: 'AtomNAS: Fine-Grained End-to-End Neural Architecture Search'☆223Updated 4 years ago
- Bridging the gap Between Stability and Scalability in Neural Architecture Search☆141Updated 3 years ago
- Differentiable architecture search for convolutional and recurrent networks☆31Updated 5 years ago
- ☆259Updated 5 years ago
- Densely Connected Search Space for More Flexible Neural Architecture Search (CVPR2020)☆295Updated 4 years ago
- Code release for paper "Random Search and Reproducibility for NAS"☆167Updated 5 years ago
- Understanding and Robustifying DARTS☆153Updated 7 months ago
- PyTorch port of "Efficient Neural Architecture Search via Parameters Sharing"☆53Updated 6 years ago
- Code for our ICML'2020 paper "Stabilizing Differentiable Architecture Search via Perturbation-based Regularization"☆76Updated 3 years ago
- Path-Level Network Transformation for Efficient Architecture Search, in ICML 2018.☆113Updated 6 years ago
- Single Path One-Shot NAS MXNet implementation with full training and searching pipeline. Support both Block and Channel Selection. Search…