All Projects → MandyMo → DARTS

MandyMo / DARTS

Licence: other
Differentiable architecture search for convolutional and recurrent networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DARTS

mmrazor
OpenMMLab Model Compression Toolbox and Benchmark.
Stars: ✭ 644 (+991.53%)
Mutual labels:  darts, nas
seedboxsync
Script for sync operations between your NAS and your seedbox.
Stars: ✭ 17 (-71.19%)
Mutual labels:  nas
Nas Fcos
NAS-FCOS: Fast Neural Architecture Search for Object Detection (CVPR 2020)
Stars: ✭ 156 (+164.41%)
Mutual labels:  nas
youtube-dl-nas
youtube download queue websocket server with login for private NAS.
Stars: ✭ 136 (+130.51%)
Mutual labels:  nas
Awesome Nas Papers
Awesome Neural Architecture Search Papers
Stars: ✭ 213 (+261.02%)
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 (+149.15%)
Mutual labels:  nas
Fairdarts
Fair DARTS: Eliminating Unfair Advantages in Differentiable Architecture Search
Stars: ✭ 145 (+145.76%)
Mutual labels:  nas
CM-NAS
CM-NAS: Cross-Modality Neural Architecture Search for Visible-Infrared Person Re-Identification (ICCV2021)
Stars: ✭ 39 (-33.9%)
Mutual labels:  nas
synology
My Synology automation scripts. Making Synology NAS command line usable
Stars: ✭ 45 (-23.73%)
Mutual labels:  nas
Getwidget
Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
Stars: ✭ 2,555 (+4230.51%)
Mutual labels:  darts
pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 788 (+1235.59%)
Mutual labels:  darts
pcdarts-tf2
PC-DARTS (PC-DARTS: Partial Channel Connections for Memory-Efficient Differentiable Architecture Search, published in ICLR 2020) implemented in Tensorflow 2.0+. This is an unofficial implementation.
Stars: ✭ 25 (-57.63%)
Mutual labels:  darts
Movie Data Capture
Local Movies Organizer
Stars: ✭ 5,481 (+9189.83%)
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 (+4413.56%)
Mutual labels:  nas
NAS-Nav-iCloud
NAS-Nav导航仿iCloud风格
Stars: ✭ 25 (-57.63%)
Mutual labels:  nas
Dna
Block-wisely Supervised Neural Architecture Search with Knowledge Distillation (CVPR 2020)
Stars: ✭ 147 (+149.15%)
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 (+274.58%)
Mutual labels:  nas
rpi-nas
🌐👨‍💻💻 Setup your own NAS on a Raspberry Pi
Stars: ✭ 29 (-50.85%)
Mutual labels:  nas
qnapdisplay
Qnap lcd python module, features both writing to the display as wel as reading keypresses from the panel keys. It was developed on a Qnap TS-459 and a TS-453A, it works on some other models as well.
Stars: ✭ 37 (-37.29%)
Mutual labels:  nas
MixPath
MixPath: A Unified Approach for One-shot Neural Architecture Search
Stars: ✭ 29 (-50.85%)
Mutual labels:  nas

DARTS

This is a pytorch implementation of the DARTS.

Since the offical released code does not support the pytorch 0.4 or later, here we reimplement the DARTS with pytorch 1.0.

search model

nohup python3 train_search.py > train_search.log &

train searched model

nohup python3 train.py > train_model.log &
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].