From 6dd2cee7e6031f7ac3cd76228cf4ea8e6ee3d8c8 Mon Sep 17 00:00:00 2001 From: dev2-gmkspd Date: Wed, 12 Nov 2025 12:34:36 +0900 Subject: [PATCH] model file only --- config.pbtxt | 21 --------------------- 1/model.pt => model.pt | Bin 2 files changed, 21 deletions(-) delete mode 100644 config.pbtxt rename 1/model.pt => model.pt (100%) diff --git a/config.pbtxt b/config.pbtxt deleted file mode 100644 index df1162b..0000000 --- a/config.pbtxt +++ /dev/null @@ -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 ] - } -] - diff --git a/1/model.pt b/model.pt similarity index 100% rename from 1/model.pt rename to model.pt