resnet50/config.pbtxt
2025-11-12 02:15:51 +00:00

21 lines
245 B
Plaintext

backend: "pytorch"
platform: "pytorch_libtorch"
max_batch_size: 16
input [
{
name: "input__0"
data_type: TYPE_FP32
dims: [ 3, 224, 224 ]
}
]
output [
{
name: "output__0"
data_type: TYPE_FP32
dims: [ 1000 ]
}
]