Skip to content

Commit e21db06

Browse files
author
Ilia Karmanov
authored
Merge pull request ilkarman#43 from marktab/patch-2
Python 2 float
2 parents 26e3ff5 + 4111ee2 commit e21db06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CNTK_RNN.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
}
246246
],
247247
"source": [
248-
"print(\"Accuracy: \", sum(y_guess == y_truth)/len(y_guess))"
248+
"print(\"Accuracy: \", 1.*sum(y_guess == y_truth)/len(y_guess))"
249249
]
250250
}
251251
],

0 commit comments

Comments
 (0)