https://github.com/kyzhouhzau/gumble_lstm
Tensorflow 实现,将Gumble 函数用在 LSTM的每一个units中
https://github.com/kyzhouhzau/gumble_lstm
Last synced: 7 months ago
JSON representation
Tensorflow 实现,将Gumble 函数用在 LSTM的每一个units中
- Host: GitHub
- URL: https://github.com/kyzhouhzau/gumble_lstm
- Owner: kyzhouhzau
- Created: 2018-09-05T09:16:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T13:19:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T12:45:20.850Z (9 months ago)
- Language: Python
- Size: 159 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

论文:Towards Binary-Valued Gates for Robust LSTM Training
博客:https://blog.csdn.net/zhoukaiyin_hzau/article/details/82347700
代码参考:https://github.com/zhuohan123/g2-lstm/blob/master/language-modeling/g2_lstm.py