Created
May 28, 2021 18:07
-
-
Save eileen-code4fun/5d9a45c8ef1b3c4c6a89c4bba6b71d8f to your computer and use it in GitHub Desktop.
CIFAR10 Ex
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
{ | |
"inputs": { | |
"image": { | |
"inputTensorName": "conv2d_input", | |
"modality": "image" | |
} | |
}, | |
"outputs": { | |
"explanation": { | |
"outputTensorName": "dense_1" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment