From 698eb9da8af8ad92c7e64cab7cfee96a666f219c Mon Sep 17 00:00:00 2001 From: gauthamzz Date: Tue, 5 Feb 2019 10:07:51 +0100 Subject: [PATCH] add fautly node which returns always 1 --- server/__pycache__/views.cpython-36.pyc | Bin 5849 -> 5849 bytes tmserver/model.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/server/__pycache__/views.cpython-36.pyc b/server/__pycache__/views.cpython-36.pyc index b60215fdb7317d0204966b81a5b388c56162aa71..0714b19cccb6cc8f5f75e92e9c68474c3b4eeb45 100644 GIT binary patch delta 16 XcmcbqdsCO)n3tDJHYjo<`z0{|D?J3$ delta 16 XcmcbqdsCO)n3tDpo>It0_Df;_EsF&o diff --git a/tmserver/model.py b/tmserver/model.py index 0128b906..a6f6e732 100644 --- a/tmserver/model.py +++ b/tmserver/model.py @@ -67,4 +67,4 @@ def get_model_output(self, input_value): # output[0].argmax(axis=0) returns the value of output # as an integer - return output[0].argmax(axis=0) \ No newline at end of file + return 1 \ No newline at end of file