diff --git a/1/model.savedmodel/saved_model.pb b/1/model.savedmodel/saved_model.pb deleted file mode 100644 index 5b4aedf..0000000 --- a/1/model.savedmodel/saved_model.pb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c18c26d8b7f170ff09dc87924777ceec1e688d163235439eff822b331206277c -size 72277 diff --git a/1/model.savedmodel/variables/variables.data-00000-of-00001 b/1/model.savedmodel/variables/variables.data-00000-of-00001 deleted file mode 100644 index bb85ef8..0000000 Binary files a/1/model.savedmodel/variables/variables.data-00000-of-00001 and /dev/null differ diff --git a/1/model.savedmodel/variables/variables.index b/1/model.savedmodel/variables/variables.index deleted file mode 100644 index 9fa5627..0000000 Binary files a/1/model.savedmodel/variables/variables.index and /dev/null differ diff --git a/config.pbtxt b/config.pbtxt deleted file mode 100644 index a614229..0000000 --- a/config.pbtxt +++ /dev/null @@ -1,27 +0,0 @@ -# Triton backend to use -name: "tensorflow-fashion-mnist" -platform: "tensorflow_savedmodel" -backend: "tensorflow" -max_batch_size: 0 - -# Triton should expect as input a single string -# input of variable length named 'text_input' -input [ - { - name: "Conv1_input" - data_type: TYPE_FP32 - dims: [-1, 28, 28, 1] - } -] - - -# Triton should expect to respond with a single string -# output of variable length named 'text_output' -output [ - { - name: "Softmax" - data_type: TYPE_FP32 - dims: [-1, 10] - } -] -