Closed rizar closed 8 years ago
A few changes:
Readout
Feedback
input_dims
output_dims
AbstractReadout
MergeReadout
@pbrakel, you can have a say!
I think the new property names are a large improvement. I have nothing against the other changes either.
Seems to work.
A few changes:
Readout
use contexts for computation of the cost - can be necessary for some advanced methods, such as e.g. REINFORCE with baselineReadout
andFeedback
interfaces by using simple property names such asinput_dims
andoutput_dims
AbstractReadout
andMergeReadout
. Let interface be separated from the implementation!@pbrakel, you can have a say!