-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring of folder - Multiple Bug Fixes
- Loading branch information
1 parent
3265a3f
commit 653ea0a
Showing
75 changed files
with
734 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,3 +138,6 @@ variables.data* | |
|
||
# Local files | ||
/*.txt | ||
|
||
# Top Level Script Files | ||
/*.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
tftrt/examples/image_classification/models/inception_v3/analysis.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: | ||
|
||
signature_def['serving_default']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['input'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 299, 299, 3) | ||
name: input:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['logits'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 1001) | ||
name: logits:0 | ||
Method name is: tensorflow/serving/predict |
5 changes: 5 additions & 0 deletions
5
tftrt/examples/image_classification/models/inception_v3/run_inference.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.." | ||
|
||
bash ${BASE_DIR}/base_run_inference.sh --model_name="inception_v3" ${@} |
15 changes: 15 additions & 0 deletions
15
tftrt/examples/image_classification/models/inception_v4/analysis.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: | ||
|
||
signature_def['serving_default']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['input'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 299, 299, 3) | ||
name: input:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['logits'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 1001) | ||
name: logits:0 | ||
Method name is: tensorflow/serving/predict |
5 changes: 5 additions & 0 deletions
5
tftrt/examples/image_classification/models/inception_v4/run_inference.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.." | ||
|
||
bash ${BASE_DIR}/base_run_inference.sh --model_name="inception_v4" ${@} |
15 changes: 15 additions & 0 deletions
15
tftrt/examples/image_classification/models/mobilenet_v1/analysis.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: | ||
|
||
signature_def['serving_default']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['input'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 224, 224, 3) | ||
name: input:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['logits'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 1001) | ||
name: logits:0 | ||
Method name is: tensorflow/serving/predict |
5 changes: 5 additions & 0 deletions
5
tftrt/examples/image_classification/models/mobilenet_v1/run_inference.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.." | ||
|
||
bash ${BASE_DIR}/base_run_inference.sh --model_name="mobilenet_v1" ${@} |
15 changes: 15 additions & 0 deletions
15
tftrt/examples/image_classification/models/mobilenet_v2/analysis.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: | ||
|
||
signature_def['serving_default']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['input'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 224, 224, 3) | ||
name: input:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['logits'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 1001) | ||
name: logits:0 | ||
Method name is: tensorflow/serving/predict |
5 changes: 5 additions & 0 deletions
5
tftrt/examples/image_classification/models/mobilenet_v2/run_inference.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.." | ||
|
||
bash ${BASE_DIR}/base_run_inference.sh --model_name="mobilenet_v2" ${@} |
15 changes: 15 additions & 0 deletions
15
tftrt/examples/image_classification/models/nasnet_large/analysis.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: | ||
|
||
signature_def['serving_default']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['input'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 331, 331, 3) | ||
name: input:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['logits'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 1001) | ||
name: logits:0 | ||
Method name is: tensorflow/serving/predict |
5 changes: 5 additions & 0 deletions
5
tftrt/examples/image_classification/models/nasnet_large/run_inference.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.." | ||
|
||
bash ${BASE_DIR}/base_run_inference.sh --model_name="nasnet_large" ${@} |
15 changes: 15 additions & 0 deletions
15
tftrt/examples/image_classification/models/nasnet_mobile/analysis.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: | ||
|
||
signature_def['serving_default']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['input'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 224, 224, 3) | ||
name: input:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['logits'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 1001) | ||
name: logits:0 | ||
Method name is: tensorflow/serving/predict |
5 changes: 5 additions & 0 deletions
5
tftrt/examples/image_classification/models/nasnet_mobile/run_inference.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.." | ||
|
||
bash ${BASE_DIR}/base_run_inference.sh --model_name="nasnet_mobile" ${@} |
36 changes: 36 additions & 0 deletions
36
tftrt/examples/image_classification/models/resnet50-v1.5_tf1_ngc/analysis.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: | ||
|
||
signature_def['predict']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['input'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 224, 224, 3) | ||
name: input_tensor:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['classes'] tensor_info: | ||
dtype: DT_INT32 | ||
shape: (-1) | ||
name: ArgMax:0 | ||
outputs['probabilities'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 1001) | ||
name: resnet50/output/softmax:0 | ||
Method name is: tensorflow/serving/predict | ||
|
||
signature_def['serving_default']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['input'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 224, 224, 3) | ||
name: input_tensor:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['classes'] tensor_info: | ||
dtype: DT_INT32 | ||
shape: (-1) | ||
name: ArgMax:0 | ||
outputs['probabilities'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 1001) | ||
name: resnet50/output/softmax:0 | ||
Method name is: tensorflow/serving/predict |
5 changes: 5 additions & 0 deletions
5
tftrt/examples/image_classification/models/resnet50-v1.5_tf1_ngc/run_inference.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.." | ||
|
||
bash ${BASE_DIR}/base_run_inference.sh --model_name="resnet50-v1.5_tf1_ngc" ${@} |
15 changes: 15 additions & 0 deletions
15
tftrt/examples/image_classification/models/resnet50v2_backbone/analysis.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: | ||
|
||
signature_def['resnet50v2']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['inputs'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 256, 256, 3) | ||
name: conv2d_input:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['outputs'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 8, 8, 2048) | ||
name: outputs:0 | ||
Method name is: tensorflow/serving/predict |
9 changes: 9 additions & 0 deletions
9
tftrt/examples/image_classification/models/resnet50v2_backbone/run_inference.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.." | ||
|
||
bash ${BASE_DIR}/base_run_inference.sh \ | ||
--model_name="resnet50v2_backbone" \ | ||
--input_signature_key="resnet50v2" \ | ||
--use_synthetic_data \ | ||
${@} |
15 changes: 15 additions & 0 deletions
15
tftrt/examples/image_classification/models/resnet50v2_sparse_backbone/analysis.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: | ||
|
||
signature_def['resnet50v2']: | ||
The given SavedModel SignatureDef contains the following input(s): | ||
inputs['inputs'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 256, 256, 3) | ||
name: inputs:0 | ||
The given SavedModel SignatureDef contains the following output(s): | ||
outputs['outputs'] tensor_info: | ||
dtype: DT_FLOAT | ||
shape: (-1, 8, 8, 2048) | ||
name: outputs:0 | ||
Method name is: tensorflow/serving/predict |
9 changes: 9 additions & 0 deletions
9
tftrt/examples/image_classification/models/resnet50v2_sparse_backbone/run_inference.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.." | ||
|
||
bash ${BASE_DIR}/base_run_inference.sh \ | ||
--model_name="resnet50v2_sparse_backbone" \ | ||
--input_signature_key="resnet50v2" \ | ||
--use_synthetic_data \ | ||
${@} |
Oops, something went wrong.