Skip to content

fanfeifan/MemN2N-Mxnet-Gluon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End-To-End Memory Networks in MXNet (Gluon)

MXNet (using Gluon) implementation of End-To-End Memory Networks for language modelling. The original Tensorflow code from carpedm20 can be found here. MXNet Symbolic implementation can be found here.

alt tag

Before Started

$ pip install -r requirements.txt

Usage

To train a model with 6 hops and memory size of 100, run the following command:

$ python main.py --nhop 6 --mem_size 100

To test a model with the lastest stored model:

$ python main.py --is_test True

To see all options, run:

$ python main.py --help

About

MxNet (Gluon) implementation of End-To-End Memory Networks http://arxiv.org/abs/1503.08895v4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages