# HG changeset patch # User Razvan Pascanu # Date 1289856482 18000 # Node ID 98d4232df1d861dbf343644bff6c9e179944554d # Parent 5785cbac336107fb98e766bf38840b9563e8d82b comment on OD idea diff -r 5785cbac3361 -r 98d4232df1d8 doc/v2_planning/datalearn.txt --- a/doc/v2_planning/datalearn.txt Mon Nov 15 16:17:59 2010 -0500 +++ b/doc/v2_planning/datalearn.txt Mon Nov 15 16:28:02 2010 -0500 @@ -476,6 +476,13 @@ while still letting the user specify for which parameters a new function needs to be compiled when their value changes. +RP comment : What about the same trick that Theano uses, namely, if you want +a non "default" behaviour you wrap the input in a dictionary. You would +write tranform1( input_data, + corruption_layer_1= In(value = c1, fixed = True)) ? +I started to like this approach of passing extra info about an argument :). +Other that this it sounds good to me. + Discussion: Helper Functions ----------------------------