项目作者: bkj

项目描述 :
Differentiable neural architecture search
高级语言: Python
项目地址: git://github.com/bkj/frog.git
创建时间: 2018-07-01T15:50:13Z
项目社区:https://github.com/bkj/frog

开源协议:

下载


frog

Port of DARTS neural architecture search.

Uses basenet as a lightweight pytorch wrapper.

Models

frog/models/CIFAR

Replication of the CIFAR10 experiment from original DARTS implementation.

The search phase produces exactly the same results as the original implementation.

The final training phase has not been fully implemented yet — the original implementation has some bells and whistles that are probably necessary to get (near) SOTA performance. There are also some minor intentional difference from DARTS train.py (for simplicity purposes). See this issue for some details.

frog/models/fashion_mnist

Tiny example that shows DARTS outperforming random search. Should run in just a few minutes on a GPU.

Disclaimer

Code under active development — open an issue and I’ll help as best I can