Skip to content

Commit

Permalink
add fautly node which returns always 1
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthamzz committed Feb 5, 2019
1 parent 3fe5967 commit 698eb9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified server/__pycache__/views.cpython-36.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion tmserver/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
return 1

0 comments on commit 698eb9d

Please sign in to comment.