8000 GitHub - TomVeniat/bsn: Implementation of the Budgeted Super Networks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ bsn Public

Implementation of the Budgeted Super Networks

Notifications You must be signed in to change notification settings

TomVeniat/bsn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budgeted Super Networks

Original implementation of the Learning Time/Memory-Efficient Deep Architectures with Budgeted Super Networks

Installation

pip install -r requirements.txt

Running

python bsn_main.py

The available parameters can be seen using python bsn_main.py -h For exemple to run the Budgeted Super Networks on Cifar10 using the 8 layers/128 channels B-CNF architecture:

python bsn_main.py -arch CNF -layers 8 -channels 128 -dset CIFAR10

All plotting is done through Visdom. The server can be configured using the resources/visdom.json file.

CUDA usage can be enabled using the -cuda n flag, where n corresponds to the index of the GPU.

# To use the first GPU of the machine:
python bsn_main.py -arch CNF -layers 8 -channels 128 -dset CIFAR10 -cuda 0

About

Implementation of the Budgeted Super Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0