carpedm20 / MemN2N-tensorflow

"End-To-End Memory Networks" in Tensorflow
http://arxiv.org/abs/1503.08895v4
MIT License
829 stars 250 forks source link

update of the model to fit the tensorflow's v1.0 upgrade #9

Closed LucasMahieu closed 7 years ago

LucasMahieu commented 7 years ago

I used the tensorflow/tensorflow/tools/compatibility/tf_upgrade.py to update the api of the model.

carpedm20 commented 7 years ago

Thanks