pytorch_fashionmnist/config.pbtxt
2024-09-05 18:12:09 +09:00

22 lines
293 B
Plaintext

name: "pytorch_fashionmnist"
platform: "pytorch_libtorch"
max_batch_size: 64
input [
{
name: "input__0"
data_type: TYPE_FP32
dims: [ 1, 28, 28 ]
}
]
output [
{
name: "output__0"
data_type: TYPE_FP32
dims: [ 10 ]
}
]
instance_group [
{
kind: KIND_GPU
}
]