Created
April 21, 2018 23:26
-
-
Save sbugrov/cbac84eb28014fc19af2767eee393673 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
vector<float> dW3 = dot(transpose( &a2[0], BATCH_SIZE, 64 ), dyhat, 64, BATCH_SIZE, 10); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment