Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding DeepMET files in structure needed for SONIC #6

Merged
merged 7 commits into from
Jul 15, 2022
File renamed without changes.
File renamed without changes.
File renamed without changes.
41 changes: 41 additions & 0 deletions models/deepmet/config.pbtxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# deepmet has two versions:
# 1 is for the resolution tune
# 2 is for the response tune

name: "deepmet"
platform: "tensorflow_graphdef"
max_batch_size: 100
input [
{
name: "input"
data_type: TYPE_FP32
dims: [ 4500, 8 ]
},
{
name: "input_cat0"
data_type: TYPE_FP32
dims: [ 4500, 1 ]
},
{
name: "input_cat1"
data_type: TYPE_FP32
dims: [ 4500, 1 ]
},
{
name: "input_cat2"
data_type: TYPE_FP32
dims: [ 4500, 1 ]
}
]
output [
{
name: "output/BiasAdd"
data_type: TYPE_FP32
dims: [ 2 ]
}
]

version_policy: { all { }}
dynamic_batching {
preferred_batch_size: [ 8, 16 ]
}
1 change: 1 addition & 0 deletions models/deepmet/deepmet_resp_v1_2016
1 change: 1 addition & 0 deletions models/deepmet/deepmet_resp_v1_2018
1 change: 1 addition & 0 deletions models/deepmet/deepmet_v1_2018
File renamed without changes.
41 changes: 41 additions & 0 deletions models/deepmet_phase2/config.pbtxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# deepmet has two versions:
# 1 is for the resolution tune
# 2 is for the response tune

name: "deepmet_phase2"
platform: "tensorflow_graphdef"
max_batch_size: 100
input [
{
name: "input"
data_type: TYPE_FP32
dims: [ 12500, 8 ]
},
{
name: "input_cat0"
data_type: TYPE_FP32
dims: [ 12500, 1 ]
},
{
name: "input_cat1"
data_type: TYPE_FP32
dims: [ 12500, 1 ]
},
{
name: "input_cat2"
data_type: TYPE_FP32
dims: [ 12500, 1 ]
}
]
output [
{
name: "output/BiasAdd"
data_type: TYPE_FP32
dims: [ 2 ]
}
]

version_policy: { all { }}
dynamic_batching {
preferred_batch_size: [ 8, 16 ]
}
1 change: 1 addition & 0 deletions models/deepmet_phase2/deepmet_resp_v1_phase2
1 change: 1 addition & 0 deletions models/deepmet_phase2/deepmet_v1_phase2