zomux / deepy

A highly extensible deep learning framework
MIT License
422 stars 68 forks source link

Missing n_steps in LSTM layer #11

Closed elsonidoq closed 9 years ago

elsonidoq commented 9 years ago

In https://github.com/uaca/deepy/blob/master/deepy/layers/lstm.py#L111

an n_steps=self._steps is missing

Cheers!

Pablo

elsonidoq commented 9 years ago

Created a pull request with the diff https://github.com/uaca/deepy/pull/12

zomux commented 9 years ago

Branch merged