Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 586 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 586 Bytes

Pointer networks experiments

Code for genereting data, training and testing. There are two tasks: ordering single numbers, or sums or numbers (the _sums suffix).

The training scripts save model weights each epoch. When started, they attempt to load appropriate weights - corresponding to the hidden size and the chosen number of steps in a sequence.

This software builts upon https://github.com/keon/pointer-networks.

Using Keras 2? Try the keras-2.0 branch.