git_model/config.pbtxt
2024-12-31 03:51:07 +00:00

18 lines
269 B
Plaintext

name: "pytorch-fashion-minst"
platform: "pytorch_libtorch"
max_batch_size : 0
input [
{
name: "input__0"
data_type: TYPE_FP32
dims: [ 1, 1, 28, 28 ]
}
]
output [
{
name: "output__0"
data_type: TYPE_FP32
dims: [ 10 ]
}
]