Skip to content

Commit

Permalink
Show winning classes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilrich-msft committed Mar 22, 2016
1 parent 21fbaa2 commit 4374291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Python/cntk/examples/LogReg/logreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
ctx.train()

result = ctx.eval(out)
print(result[:3])
print(result.argmax(axis=1))

0 comments on commit 4374291

Please sign in to comment.