dgai91 / nasnet-basic-model

An pytorch nasnet implementaion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network-Architecture-Search-Basic-Model

This repo is an implementation of NASNET, which proposed from Neural Architecture Search with Reinforcement Learning. I think automl with RL can be a general method to generate models. But I can not find a github repo successfully implement layer anchor. So I Recreated the wheel.

some codes referenced this repo.

Environment:

CPU i7-7700 Python 3.6.8 Pytorch 1.1.0

Repo Contains:

NAS model(NAS cell + reinforce framework)

CNN model

child network manager

Bash into pyt_nasnet and input:

python pyt_train.py

Nasnet is an automl model, the main structure is:

About

An pytorch nasnet implementaion

License:MIT License


Languages

Language:Python 100.0%