Created
September 7, 2018 11:40
-
-
Save miquelbeltran/d23ebcb0f3e842a86fb4b5421b50fb03 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
// Input is a 1x784 Tensor | |
val inputDims = intArrayOf(1, 784) | |
// Output is a 1x10 Tensor | |
val outputDims = intArrayOf(1, 10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment