Skip to content

Code/experiments for Sparse Transfer Learning via Winning Lottery Tickets

Notifications You must be signed in to change notification settings

rahulsmehta/sparsity-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sparse Transfer Learning via Winning Lottery Tickets

Paper: https://arxiv.org/abs/1905.07785

This repository contains code for reproducing experiments in Sparse Transfer Learning via Winning Lottery Tickets.

Connecting to AWS

Ensure that the following environment variables are set (easiest way to do this is consolidate these in an ~/.aws_config file that is read in your bash_profile). For instance:

export AWS_KEY_PATH=/path/to/my_key.pem
export AWS_HOST=<my_host>.compute-<n>.amazonaws.com
export AWS_USER=ec2-user

Once this is complete run ./connect-ssh.sh [-o]. The optional flag -o forwards AWS_HOST:8888 to localhost:8888 to use Jupyter Lab.

About

Code/experiments for Sparse Transfer Learning via Winning Lottery Tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published