Created
December 10, 2015 17:51
-
-
Save ozancaglayan/45fb305885fe0a990ac8 to your computer and use it in GitHub Desktop.
advanced indexing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pp: (batch, sequence_step, target vocabulary probabilities) | |
# yy: (batch, sequence_step's true label) | |
# Soru: pp[yy] gibi dogru yerlerden dogru olasiliklari nasi cekebilirim? | |
In [211]: pp.shape | |
Out[211]: (256, 33, 20004) | |
In [212]: yy.shape | |
Out[212]: (256, 33) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Böyle olmayacak mı ya?