Choco31415 / Attention_Network_With_Keras

An example attention network with simple dataset.
230 stars 101 forks source link

Suggestion: Make use of requirements.txt #1

Closed Kenny2github closed 6 years ago

Kenny2github commented 6 years ago

"Requires numpy" is in the README... I recommend adding a requirements.txt file, containing each PyPi package this requires on one line.

Choco31415 commented 6 years ago

Good idea @Kenny2github . It's been added in commit 45be823.