pointer-networks
pointer-networks copied to clipboard
Run.py imports PointerLSTM incorrectly
The current import command is from pointer import PointerLSTM
It should be from PointerLSTM import PointerLSTM
Thanks