Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 JANET

model = 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