From 1556e9087f7e49bd75c8e236d2d3fb4fd936dc40 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 4 May 2015 17:27:56 -0400 Subject: Fix it --- model/simple_mlp_tgtcls.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'model') diff --git a/model/simple_mlp_tgtcls.py b/model/simple_mlp_tgtcls.py index 99a459a..fecd900 100644 --- a/model/simple_mlp_tgtcls.py +++ b/model/simple_mlp_tgtcls.py @@ -44,10 +44,6 @@ class Model(object): cls_probas = mlp.apply(inputs) outputs = tensor.dot(cls_probas, classes) - # Normalize & Center - # outputs = theano.printing.Print("normal_outputs")(outputs) - outputs = data.data_std * outputs + data.porto_center - # outputs = theano.printing.Print("outputs")(outputs) # y = theano.printing.Print("y")(y) -- cgit v1.2.3