Skip to content

DrChainsaw/NaiveNASflux.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NaiveNASflux

Build status Build Status Codecov

NaiveNASflux uses NaiveNASlib to enable mutation operations of arbitrary Flux computation graphs. It is designed with Neural Architecture Search (NAS) in mind, but can be used for any purpose where doing changes to a model is desired.

Note that NaiveNASflux does not have any functionality to search for a model architecture. Check out NaiveGAflux for a simple proof of concept.

Basic Usage

]add NaiveNASflux

See documentation for usage instructions.

Contributing

All contributions are welcome. Please file an issue before creating a PR.