lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 73 forks source link

Bidirectional layer creates name with outdated Layer.count? #76

Closed apage224 closed 9 years ago

apage224 commented 9 years ago

I am just starting to use this library and got an error running the lstm-chime example. It seems that the Bidirectional class is using Layer.count to construct the name which looks like has been changed to be an internal variable _count.

lmjohns3 commented 9 years ago

Excellent, thanks! Just fixed in 14fe580