update README

This commit is contained in:
D-X-Y
2019-11-21 00:52:17 +11:00
parent 5bd503aed4
commit 487fec21bf
4 changed files with 73 additions and 8 deletions

View File

@@ -22,6 +22,8 @@ from utils import get_model_infos
flop, param = get_model_infos(net, (1,3,32,32))
```
2. Different NAS-searched architectures are defined [here](https://github.com/D-X-Y/NAS-Projects/blob/master/lib/nas_infer_model/DXYs/genotypes.py).
## [Network Pruning via Transformable Architecture Search](https://arxiv.org/abs/1905.09717)
In this paper, we proposed a differentiable searching strategy for transformable architectures, i.e., searching for the depth and width of a deep neural network.