- Notifications
You must be signed in to change notification settings - Fork0
Experiments on the strong lottery ticket hypothesis for convolutional neural networks
License
NotificationsYou must be signed in to change notification settings
AInnervate/cnnslth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the code used to produce the empyrical results reported inour paper.
All commands referred should be executed in the project's root directory.
A working installation ofGurobi Optimizer is necessary to run the experiments.To install the other dependencies, start Julia and run
using Pkg; Pkg.activate("."); Pkg.instantiate()
To perform the experiments and generate the plots, run
julia --project=. main.jl
The script will look for cached solutions insaves/
.This search is based on file's names, so renaming them (or using different parameters) will generate solutions from scratch (which can take many hours).