Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0h-n0/pytorch-janet
Janet: pytorch implementation. See https://arxiv.org/abs/1804.04849
https://github.com/0h-n0/pytorch-janet
Last synced: about 2 months ago
JSON representation
Janet: pytorch implementation. See https://arxiv.org/abs/1804.04849
- Host: GitHub
- URL: https://github.com/0h-n0/pytorch-janet
- Owner: 0h-n0
- Created: 2018-05-16T07:49:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T03:04:11.000Z (almost 7 years ago)
- Last Synced: 2024-11-09T09:49:30.918Z (3 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JANET (Pytorch implementation)
JANET has only forget gate.
### Dependency
* pytorch > 0.4.0
### How to use
```python
from pytorch_janet import JANETmodel = JANET(5, 10, 2)
```
### TODO
* Not work bidrectional
* Not reproduce the results with chrono initialization.### Tensorflow implementation
* https://github.com/JosvanderWesthuizen/janet
### Reference
* https://arxiv.org/abs/1804.04849
### Code Reference
* https://github.com/kamo-naoyuki/pytorch_convolutional_rnn