changeset 1371:98d4232df1d8

comment on OD idea
author Razvan Pascanu <r.pascanu@gmail.com>
date Mon, 15 Nov 2010 16:28:02 -0500
parents 5785cbac3361
children decee534c78d
files doc/v2_planning/datalearn.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 ----------------------------