Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
14c7d609
Commit
14c7d609
authored
Jun 06, 2021
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Jun 06, 2021
Browse files
Internal change
PiperOrigin-RevId: 377801393
parent
a00ec414
Changes
156
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
280 additions
and
0 deletions
+280
-0
official/vision/beta/README.md
official/vision/beta/README.md
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_mobilenetv2_gpu.yaml
...iments/image_classification/imagenet_mobilenetv2_gpu.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_mobilenetv2_tpu.yaml
...iments/image_classification/imagenet_mobilenetv2_tpu.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnet101_deeplab_tpu.yaml
.../image_classification/imagenet_resnet101_deeplab_tpu.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnet101_tpu.yaml
...eriments/image_classification/imagenet_resnet101_tpu.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnet152_tpu.yaml
...eriments/image_classification/imagenet_resnet152_tpu.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnet50_deeplab_tpu.yaml
...s/image_classification/imagenet_resnet50_deeplab_tpu.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnet50_gpu.yaml
...periments/image_classification/imagenet_resnet50_gpu.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnet50_tfds_tpu.yaml
...ents/image_classification/imagenet_resnet50_tfds_tpu.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnet50_tpu.yaml
...periments/image_classification/imagenet_resnet50_tpu.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs101_i160.yaml
...ments/image_classification/imagenet_resnetrs101_i160.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs101_i192.yaml
...ments/image_classification/imagenet_resnetrs101_i192.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs152_i192.yaml
...ments/image_classification/imagenet_resnetrs152_i192.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs152_i224.yaml
...ments/image_classification/imagenet_resnetrs152_i224.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs152_i256.yaml
...ments/image_classification/imagenet_resnetrs152_i256.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs200_i256.yaml
...ments/image_classification/imagenet_resnetrs200_i256.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs270_i256.yaml
...ments/image_classification/imagenet_resnetrs270_i256.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs350_i256.yaml
...ments/image_classification/imagenet_resnetrs350_i256.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs350_i320.yaml
...ments/image_classification/imagenet_resnetrs350_i320.yaml
+14
-0
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs420_i320.yaml
...ments/image_classification/imagenet_resnetrs420_i320.yaml
+14
-0
No files found.
official/vision/beta/README.md
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
This directory contains the new design of TF model garden vision framework.
Stay tuned.
official/vision/beta/configs/experiments/image_classification/imagenet_mobilenetv2_gpu.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# MobileNetV2_1.0 ImageNet classification. 71.0% top-1 and 90.0% top-5 accuracy.
runtime
:
distribution_strategy
:
'
mirrored'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_mobilenetv2_tpu.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# MobileNetV2_1.0 ImageNet classification. 72.72% top-1 and 91.05% top-5 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnet101_deeplab_tpu.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# Top-1 accuracy 81.6% on ImageNet
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnet101_tpu.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-101 ImageNet classification. 79.1% top-1 and 94.5% top-5 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnet152_tpu.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-152 ImageNet classification. 79.4% top-1 and 94.7% top-5 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnet50_deeplab_tpu.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
runtime
:
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnet50_gpu.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
runtime
:
distribution_strategy
:
'
mirrored'
mixed_precision_dtype
:
'
float16'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnet50_tfds_tpu.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-50 ImageNet classification. 78.1% top-1 and 93.9% top-5 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnet50_tpu.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-50 ImageNet classification. 78.1% top-1 and 93.9% top-5 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs101_i160.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-RS-101 ImageNet classification. 80.2% top-1 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs101_i192.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-RS-101 ImageNet classification. 81.3% top-1 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs152_i192.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-RS-152 ImageNet classification. 81.9% top-1 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs152_i224.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-RS-152 ImageNet classification. 82.5% top-1 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs152_i256.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-RS-152 ImageNet classification. 83.1% top-1 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs200_i256.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-RS-200 ImageNet classification. 83.5% top-1 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs270_i256.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-RS-270 ImageNet classification. 83.6% top-1 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs350_i256.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-RS-350 ImageNet classification. 83.7% top-1 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs350_i320.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
# ResNet-RS-350 ImageNet classification. 84.2% top-1 accuracy.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/configs/experiments/image_classification/imagenet_resnetrs420_i320.yaml
View file @
14c7d609
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# 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.
runtime
:
distribution_strategy
:
'
tpu'
mixed_precision_dtype
:
'
bfloat16'
...
...
Prev
1
2
3
4
5
6
7
8
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment