Skip to content

nec-research/Adaptive-Width-Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Width Neural Networks

How to create the data and data splits

mlwiz-data --config-file DATA_CONFIGS/[select dataset]

How to run the experiments

mlwiz-train --config-file EXP_CONFIGS/[select config] [--debug]

The debug option will run everything sequentially, otherwise experiments will be launched in parallel using Ray. Adjust the hardware requirements in the configuration file. We used the MLWiz library to automatize the experiments.

Requirements:

pip install -r requirements.txt

About

Official Repository of the "Adaptive Width Neural Networks" paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages