Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcooldee committed Oct 23, 2018
1 parent 6380fb0 commit 238b83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one_hot_encoding.py
Expand Up @@ -42,5 +42,5 @@ def decode(vec):
return "".join(text)

if __name__ == '__main__':
e = encode("BK7K")
e = encode("BK7H")
print(decode(e))

0 comments on commit 238b83d

Please sign in to comment.