Taewan Ethan Kim

Results 2 issues of Taewan Ethan Kim

Hi, @vinhkhuc Courtesy of your repo. we got following learning curves for bAbI 1k dataset. ![plot_PE_LS_RN](https://github.com/taey16/MemN2N-python/blob/master/demo/logs/babi_PE_LS_RN_err.png?raw=true) ![plot_hops](https://github.com/taey16/MemN2N-python/raw/master/demo/logs/babi_hops_err.png) We think above results are almost the same as the MemN2N paper. But,...

@kimhc6028 , Thanks for your well programmed repo. I think following line of code should be modified. It just seems a typo. https://github.com/kimhc6028/pathnet-pytorch/blob/master/pathnet.py#L94 ```y = F.relu(self.fc3[path[1][0]](x)) --> y = F.relu(self.fc3[path[2][0]](x))...