pointer-networks icon indicating copy to clipboard operation
pointer-networks copied to clipboard

Run.py imports PointerLSTM incorrectly

Open tarun550 opened this issue 4 years ago • 0 comments

The current import command is from pointer import PointerLSTM It should be from PointerLSTM import PointerLSTM

Thanks

tarun550 avatar Mar 08 '21 09:03 tarun550