Skip to content

A reimplementation of "The Lottery Ticket Hypothesis" (Frankle and Carbin) by Mxnet for FC network.

Notifications You must be signed in to change notification settings

zhangtj1996/lottery-ticket-hypothesis-Mxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

lottery-ticket-hypothesis-Mxnet

A reimplementation of "The Lottery Ticket Hypothesis" (Frankle and Carbin) by Mxnet for FC network. Some of the code are directly borrowed from the first reference.

If you are using mxnet with CPU version, please modify the ctx. This implement is for MLP with relu activation, for regression problem. If you want to do classification tasks, please modify the loss function and forward function in Class MaskedNet.

Requirment

  • numpy
  • pandas
  • sklearn
  • mxnet >=1.3.0 (GPU version)
  • matplotlib

Reference

About

A reimplementation of "The Lottery Ticket Hypothesis" (Frankle and Carbin) by Mxnet for FC network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages