PointerNet
PointerNet copied to clipboard
Pytorch implementation of Pointer Network
I want to run this model, which version should I choose for python, cuda, pytorch
https://github.com/shirgur/PointerNet/blob/c7ed05066fb40d4f1832dd24de28da259293983c/PointerNet.py#L98 In this line you define W_1 as a convolutional layer whereas in the paper it seems like they mean it to be a Linear layer. Why do you define...
Emmmm....In decoder, why don't you code LSTM by Pytorch...
why the input_size of Linear if 2?
Running Train.py with Python 3.6 and Pytorch 1.0.1 results in several deprecation warnings due to API changes, and eventually crashes with a TypeError (see below). This commit updates the code...
Exception ignored in: Traceback (most recent call last): File "/home/penzm/anaconda3/envs/DataEnv/lib/python3.6/site- packages/torch/utils/data/dataloader.py", line 399, in __del__ self._shutdown_workers() File "/home/penzm/anaconda3/envs/DataEnv/lib/python3.6/site- packages/torch/utils/data/dataloader.py", line 378, in _shutdown_workers self.worker_result_queue.get() File "/home/penzm/anaconda3/envs/DataEnv/lib/python3.6/multiprocessing/queues.py", line 337, in get...