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
ed7d404f
Commit
ed7d404f
authored
Jun 06, 2021
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Jun 06, 2021
Browse files
Internal change
PiperOrigin-RevId: 377801393
parent
6a9839f2
Changes
156
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
280 additions
and
0 deletions
+280
-0
official/vision/beta/projects/movinet/configs/yaml/movinet_a3_stream_k600_8x8.yaml
...ects/movinet/configs/yaml/movinet_a3_stream_k600_8x8.yaml
+14
-0
official/vision/beta/projects/movinet/configs/yaml/movinet_a4_k600_8x8.yaml
...ta/projects/movinet/configs/yaml/movinet_a4_k600_8x8.yaml
+14
-0
official/vision/beta/projects/movinet/configs/yaml/movinet_a4_stream_k600_8x8.yaml
...ects/movinet/configs/yaml/movinet_a4_stream_k600_8x8.yaml
+14
-0
official/vision/beta/projects/movinet/configs/yaml/movinet_a5_k600_8x8.yaml
...ta/projects/movinet/configs/yaml/movinet_a5_k600_8x8.yaml
+14
-0
official/vision/beta/projects/movinet/configs/yaml/movinet_a5_stream_k600_8x8.yaml
...ects/movinet/configs/yaml/movinet_a5_stream_k600_8x8.yaml
+14
-0
official/vision/beta/projects/movinet/configs/yaml/movinet_t0_k600_8x8.yaml
...ta/projects/movinet/configs/yaml/movinet_t0_k600_8x8.yaml
+14
-0
official/vision/beta/projects/movinet/configs/yaml/movinet_t0_stream_k600_8x8.yaml
...ects/movinet/configs/yaml/movinet_t0_stream_k600_8x8.yaml
+14
-0
official/vision/beta/projects/movinet/movinet_tutorial.ipynb
official/vision/beta/projects/movinet/movinet_tutorial.ipynb
+14
-0
official/vision/beta/projects/movinet/requirements.txt
official/vision/beta/projects/movinet/requirements.txt
+14
-0
official/vision/beta/projects/simclr/README.md
official/vision/beta/projects/simclr/README.md
+14
-0
official/vision/beta/projects/simclr/configs/experiments/cifar_simclr_pretrain.yaml
...cts/simclr/configs/experiments/cifar_simclr_pretrain.yaml
+14
-0
official/vision/beta/projects/simclr/configs/experiments/imagenet_simclr_finetune_gpu.yaml
...clr/configs/experiments/imagenet_simclr_finetune_gpu.yaml
+14
-0
official/vision/beta/projects/simclr/configs/experiments/imagenet_simclr_finetune_tpu.yaml
...clr/configs/experiments/imagenet_simclr_finetune_tpu.yaml
+14
-0
official/vision/beta/projects/simclr/configs/experiments/imagenet_simclr_pretrain_gpu.yaml
...clr/configs/experiments/imagenet_simclr_pretrain_gpu.yaml
+14
-0
official/vision/beta/projects/simclr/configs/experiments/imagenet_simclr_pretrain_tpu.yaml
...clr/configs/experiments/imagenet_simclr_pretrain_tpu.yaml
+14
-0
official/vision/beta/projects/yolo/README.md
official/vision/beta/projects/yolo/README.md
+14
-0
official/vision/beta/projects/yolo/configs/experiments/csp_darknet53.yaml
...beta/projects/yolo/configs/experiments/csp_darknet53.yaml
+14
-0
official/vision/beta/projects/yolo/configs/experiments/csp_darknet53_tfds.yaml
...projects/yolo/configs/experiments/csp_darknet53_tfds.yaml
+14
-0
official/vision/beta/projects/yolo/configs/experiments/darknet53.yaml
...ion/beta/projects/yolo/configs/experiments/darknet53.yaml
+14
-0
official/vision/beta/projects/yolo/configs/experiments/darknet53_tfds.yaml
...eta/projects/yolo/configs/experiments/darknet53_tfds.yaml
+14
-0
No files found.
official/vision/beta/projects/movinet/configs/yaml/movinet_a3_stream_k600_8x8.yaml
View file @
ed7d404f
# 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.
# Video classification on Kinetics-600 using MoViNet-A3-Stream backbone.
# --experiment_type=movinet_kinetics600
# Achieves 80.09% Top-1 accuracy.
...
...
official/vision/beta/projects/movinet/configs/yaml/movinet_a4_k600_8x8.yaml
View file @
ed7d404f
# 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.
# Video classification on Kinetics-600 using MoViNet-A4 backbone.
# --experiment_type=movinet_kinetics600
# Achieves 83.48% Top-1 accuracy.
...
...
official/vision/beta/projects/movinet/configs/yaml/movinet_a4_stream_k600_8x8.yaml
View file @
ed7d404f
# 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.
# Video classification on Kinetics-600 using MoViNet-A4 backbone.
# --experiment_type=movinet_kinetics600
# Achieves 81.33% Top-1 accuracy.
...
...
official/vision/beta/projects/movinet/configs/yaml/movinet_a5_k600_8x8.yaml
View file @
ed7d404f
# 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.
# Video classification on Kinetics-600 using MoViNet-A5 backbone.
# --experiment_type=movinet_kinetics600
# Achieves 84.00% Top-1 accuracy.
...
...
official/vision/beta/projects/movinet/configs/yaml/movinet_a5_stream_k600_8x8.yaml
View file @
ed7d404f
# 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.
# Video classification on Kinetics-600 using MoViNet-A5-Stream backbone.
# --experiment_type=movinet_kinetics600
# Achieves 82.37% Top-1 accuracy.
...
...
official/vision/beta/projects/movinet/configs/yaml/movinet_t0_k600_8x8.yaml
View file @
ed7d404f
# 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.
# Video classification on Kinetics-600 using MoViNet-T0 backbone.
# --experiment_type=movinet_kinetics600
# Achieves 68.40% Top-1 accuracy.
...
...
official/vision/beta/projects/movinet/configs/yaml/movinet_t0_stream_k600_8x8.yaml
View file @
ed7d404f
# 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.
# Video classification on Kinetics-600 using MoViNet-T0-Stream backbone.
# --experiment_type=movinet_kinetics600
# Achieves 67.17% Top-1 accuracy.
...
...
official/vision/beta/projects/movinet/movinet_tutorial.ipynb
View file @
ed7d404f
# 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.
{
"cells": [
{
...
...
official/vision/beta/projects/movinet/requirements.txt
View file @
ed7d404f
# 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.
mediapy
official/vision/beta/projects/simclr/README.md
View file @
ed7d404f
# 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.
# Simple Framework for Contrastive Learning
[

](https://arxiv.org/abs/2002.05709)
...
...
official/vision/beta/projects/simclr/configs/experiments/cifar_simclr_pretrain.yaml
View file @
ed7d404f
# 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.
# Cifar classification.
runtime
:
distribution_strategy
:
'
mirrored'
...
...
official/vision/beta/projects/simclr/configs/experiments/imagenet_simclr_finetune_gpu.yaml
View file @
ed7d404f
# 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.
# SimCLR Imagenet 10% finetuning.
runtime
:
distribution_strategy
:
'
mirrored'
...
...
official/vision/beta/projects/simclr/configs/experiments/imagenet_simclr_finetune_tpu.yaml
View file @
ed7d404f
# 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.
# SimCLR Imagenet 10% finetuning.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/projects/simclr/configs/experiments/imagenet_simclr_pretrain_gpu.yaml
View file @
ed7d404f
# 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.
# SimCLR Imagenet pretraining.
runtime
:
distribution_strategy
:
'
mirrored'
...
...
official/vision/beta/projects/simclr/configs/experiments/imagenet_simclr_pretrain_tpu.yaml
View file @
ed7d404f
# 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.
# SimCLR Imagenet pretraining.
runtime
:
distribution_strategy
:
'
tpu'
...
...
official/vision/beta/projects/yolo/README.md
View file @
ed7d404f
# 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.
# YOLO Object Detectors, You Only Look Once
[

](https://arxiv.org/abs/1804.02767)
...
...
official/vision/beta/projects/yolo/configs/experiments/csp_darknet53.yaml
View file @
ed7d404f
# 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
:
'
float32'
...
...
official/vision/beta/projects/yolo/configs/experiments/csp_darknet53_tfds.yaml
View file @
ed7d404f
# 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/projects/yolo/configs/experiments/darknet53.yaml
View file @
ed7d404f
# 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
:
'
float32'
...
...
official/vision/beta/projects/yolo/configs/experiments/darknet53_tfds.yaml
View file @
ed7d404f
# 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'
...
...
Prev
1
…
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