lisa-groundhog / GroundHog

Library for implementing RNNs with Theano
BSD 3-Clause "New" or "Revised" License
598 stars 229 forks source link

Layer Application Result Is Not a Layer #12

Open rizar opened 9 years ago

rizar commented 9 years ago

Currently call function of groundhog layers returns another layer as a result. This is actually a design flow and very confusing. It should return just a theano variable with maybe some annotation, as @janchorowski have been proposing since a month.