DARTS
Differentiable architecture search for convolutional and recurrent networks
Python★ 70⑂ 23 forksupdated 7 years ago
git clone https://github.com/MandyMo/DARTS.gitMandyMo/DARTSREADME.mdfork it — it’s yours
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 &
more like this
Sandwich-Batch-Normalization
[WACV 2022] "Sandwich Batch Normalization: A Drop-In Replacement for Feature Distribution Heterogeneity" by Xinyu Gong,…
Python★ 51