hengruo / QANet-pytorch

A PyTorch implementation of QANet.
MIT License
344 stars 67 forks source link

add requirements.txt and fix README.md #8

Closed gen-ko closed 6 years ago

hengruo commented 6 years ago

Where is absl-py? And what's msgpack?

gen-ko commented 6 years ago

absl.py is not explicitly required in my test using this requirement.txt setting, install msgpack could silent some warning during the installing of dependencies.

hengruo commented 6 years ago

I'm afraid msgpack can't replace alps-py. alps-py is a part of tensorflow now so you can use absl even if you don't install absl.

gen-ko commented 6 years ago

No, they are not replacing each other. I figured out now, msgpack is required by tensorboard.