diff --git a/config.pbtxt b/config.pbtxt deleted file mode 100644 index 138b0e6..0000000 --- a/config.pbtxt +++ /dev/null @@ -1,17 +0,0 @@ -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 ] - } -] \ No newline at end of file