https://github.com/mnogu/attention_test
https://github.com/mnogu/attention_test
attention attention-model tensorflow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnogu/attention_test
- Owner: mnogu
- Created: 2019-03-03T16:29:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T22:33:38.000Z (over 7 years ago)
- Last Synced: 2025-04-09T09:44:55.895Z (about 1 year ago)
- Topics: attention, attention-model, tensorflow
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# attention_test
Based on [nmt_with_attention.ipynb](https://github.com/tensorflow/tensorflow/blob/v1.13.1/tensorflow/contrib/eager/python/examples/nmt_with_attention/nmt_with_attention.ipynb).
## train
```
$ python3 train.py
```
## predict
```
$ python3 predict.py
```