File size: 627 Bytes
8fcf809 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"embeddings": [
{
"tensorName": "CIFAR10 with images",
"tensorShape": [
10000,
784
],
"tensorPath": "https://storage.googleapis.com/embedding-projector/data/mnist_10k_784d_tensors.bytes",
"metadataPath": "https://gist.githubusercontent.com/hzf1174/3a7e85af7d09ebdfafac3d4d3ba5e71f/raw/502ad8aedc40fab7e56db917c57b48eaf0bd28fa/metadata.csv",
"sprite": {
"imagePath": "cifar10.png",
"singleImageDim": [
32,
32
]
}
}
],
"modelCheckpointPath": "Demo datasets",
"ServerIP": "localhost",
"ServerPort": "5001"
}
|