zhangtj1996 / lottery-ticket-hypothesis-Mxnet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%