model file only

This commit is contained in:
dev2-gmkspd 2025-11-12 12:34:36 +09:00
parent 7cf0f108d9
commit 6dd2cee7e6
No known key found for this signature in database
GPG Key ID: 58A4348C503C36DA
2 changed files with 0 additions and 21 deletions

@ -1,21 +0,0 @@
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 ]
}
]