pointer-networks
pointer-networks copied to clipboard
Pointer Networks Implementation in Keras
The readme was modified during my last pull request so this one is to correct it.
line 72 :param Tensor x: Should be the output of the encoder, rather than decoder.
Hi Keon, How can I modify your code to get a variable-length output? As pointer-networks are used for such a problem. Write now, my input size is nx70x4 and my...
The current import command is `from pointer import PointerLSTM` It should be `from PointerLSTM import PointerLSTM` Thanks
File "PointerLSTM.py", line 29, in call initial_states = self.get_initial_states(x_input) AttributeError: 'PointerLSTM' object has no attribute 'get_initial_states'
What does X,Y,x_test and y_test mean.would be better if each of that is explained
Might be a big list of changes for keras 2.
...in run.py should be `import tsp_data`, or `from tsp_data import Tsp`