aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-05-04 17:27:56 -0400
committerAlex Auvolat <alex.auvolat@ens.fr>2015-05-04 17:27:56 -0400
commit1556e9087f7e49bd75c8e236d2d3fb4fd936dc40 (patch)
treeaa97cc78177ba28d93c7a0d3ba9e9d8fc49d3acb /model
parent5f42c01231ccec377196472b6f4682b6afeb878d (diff)
downloadtaxi-1556e9087f7e49bd75c8e236d2d3fb4fd936dc40.tar.gz
taxi-1556e9087f7e49bd75c8e236d2d3fb4fd936dc40.zip
Fix it
Diffstat (limited to 'model')
-rw-r--r--model/simple_mlp_tgtcls.py4
1 files changed, 0 insertions, 4 deletions
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)