vinhkhuc/MemN2N-babi-python

Supports python 3.x

jojonki opened this issue · 0 comments

This repository is really awesome. I usually use python 3, so I modified a little. The modifications of nn.py is probably compatible between python 2 and 3. But pickle's loading func is not compatible.
zip() does not produce a list in python 3 anymore. And there may be more smart way of loading pickle data in python 3. Please see my modification.

jojonki@a10f53d

If you are not interested in supporting python 3.x, please close this ticket.

Thank you.