All Projects → xiaomi-automl → MixPath

xiaomi-automl / MixPath

Licence: other
MixPath: A Unified Approach for One-shot Neural Architecture Search

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MixPath

Autodl Projects
Automated deep learning algorithms implemented in PyTorch.
Stars: ✭ 1,187 (+3993.1%)
Mutual labels:  nas
Nas
Neural architecture search(NAS)
Stars: ✭ 140 (+382.76%)
Mutual labels:  nas
VQMIVC
Official implementation of VQMIVC: One-shot (any-to-any) Voice Conversion @ Interspeech 2021 + Online playing demo!
Stars: ✭ 278 (+858.62%)
Mutual labels:  one-shot
Ansible Nas
Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook.
Stars: ✭ 1,198 (+4031.03%)
Mutual labels:  nas
Nas Benchmark
"NAS evaluation is frustratingly hard", ICLR2020
Stars: ✭ 126 (+334.48%)
Mutual labels:  nas
Dna
Block-wisely Supervised Neural Architecture Search with Knowledge Distillation (CVPR 2020)
Stars: ✭ 147 (+406.9%)
Mutual labels:  nas
Shape Adaptor
The implementation of "Shape Adaptor: A Learnable Resizing Module" [ECCV 2020].
Stars: ✭ 59 (+103.45%)
Mutual labels:  nas
LANraragi cn
This repo is a fork of Difegue / LANraragi , those things i've done was to translate this repo into chinese ,and fix chrome browser js problem.
Stars: ✭ 147 (+406.9%)
Mutual labels:  nas
Awesome Autodl
A curated list of automated deep learning (including neural architecture search and hyper-parameter optimization) resources.
Stars: ✭ 1,819 (+6172.41%)
Mutual labels:  nas
Awesome Nas Papers
Awesome Neural Architecture Search Papers
Stars: ✭ 213 (+634.48%)
Mutual labels:  nas
Nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
Stars: ✭ 10,698 (+36789.66%)
Mutual labels:  nas
Synology
Cheatsheet and bash scripts sripts for Synology Nas Stations cheet cheat sheet nas networkdisk
Stars: ✭ 125 (+331.03%)
Mutual labels:  nas
Nas Fcos
NAS-FCOS: Fast Neural Architecture Search for Object Detection (CVPR 2020)
Stars: ✭ 156 (+437.93%)
Mutual labels:  nas
Spinenet Pytorch
This project is a kind of implementation of SpineNet(CVPR 2020) using mmdetection.
Stars: ✭ 75 (+158.62%)
Mutual labels:  nas
youtube-dl-nas
youtube download queue websocket server with login for private NAS.
Stars: ✭ 136 (+368.97%)
Mutual labels:  nas
Once For All
[ICLR 2020] Once for All: Train One Network and Specialize it for Efficient Deployment
Stars: ✭ 1,127 (+3786.21%)
Mutual labels:  nas
Fairdarts
Fair DARTS: Eliminating Unfair Advantages in Differentiable Architecture Search
Stars: ✭ 145 (+400%)
Mutual labels:  nas
Movie Data Capture
Local Movies Organizer
Stars: ✭ 5,481 (+18800%)
Mutual labels:  nas
Hypernets
A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.
Stars: ✭ 221 (+662.07%)
Mutual labels:  nas
Openmediavault
openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. OpenMediaVault is primarily designed to be used in home envi…
Stars: ✭ 2,663 (+9082.76%)
Mutual labels:  nas

MixPath: A Unified Approach for One-shot Neural Architecture Search

This repo provides the supernet of S1 and our confirmatory experiments on NAS-Bench-101.

Requirements

Python >= 3.6, Pytorch >= 1.0.0, torchvision >= 0.2.0

Datasets

CIFAR-10 can be automatically downloaded by torchvision. It has 50,000 images for training and 10,000 images for validation.

Usage

python S1/train_search.py \
    --exp_name experiment_name \
    --m number_of_paths[1,2,3,4]
    --data_dir /path/to/dataset \
    --seed 2020 \
python NasBench101/nas_train_search.py \
    --exp_name experiment_name \
    --m number_of_paths[1,2,3,4]
    --data_dir /path/to/dataset \
    --seed 2020 \

Citation

@article{chu2020mixpath,
  title={MixPath: A Unified Approach for One-shot Neural Architecture Search},
  author={Chu, Xiangxiang and Li, Xudong and Lu, Yi and Zhang, Bo and Li, Jixiang},
  journal={arXiv preprint arXiv:2001.05887},
  url={https://arxiv.org/abs/2001.05887},
  year={2020}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].