zihangdai / neural_package

A customized neural net package which relies on theano backend but adopts many design ideas from pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neural_package

A customized package with theano backend that adopts many design ideas from pytorch

For now, there are two sub-packages:

  • nn package: nn modules for faster model development [TODO] RNN (cudnn version & scan version)
  • datautils: data iterators, data readers, and common Vision and Text datasets [TODO] Image file reader, Text common datasets

About

A customized neural net package which relies on theano backend but adopts many design ideas from pytorch


Languages

Language:Python 100.0%