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
c25e8665
Commit
c25e8665
authored
Mar 24, 2022
by
A. Unique TensorFlower
Browse files
Deleting these files as they moved to legacy folder
PiperOrigin-RevId: 437163784
parent
54f1ce84
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
42 deletions
+0
-42
official/vision/detection/README.md
official/vision/detection/README.md
+0
-6
official/vision/detection/__init__.py
official/vision/detection/__init__.py
+0
-16
official/vision/image_classification/README.md
official/vision/image_classification/README.md
+0
-3
official/vision/image_classification/__init__.py
official/vision/image_classification/__init__.py
+0
-17
No files found.
official/vision/detection/README.md
deleted
100644 → 0
View file @
54f1ce84
# Object Detection Models on TensorFlow 2
This repository is deprecated and replaced by the solid
implementations inside vision/beta/. All the content has been moved to
[
official/legacy/detection
](
https://github.com/tensorflow/models/tree/master/official/legacy/detection
)
.
official/vision/detection/__init__.py
deleted
100644 → 0
View file @
54f1ce84
# Copyright 2022 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.
"""Deprecating the vision/detection folder."""
raise
ImportError
(
'This module has been moved to official/legacy/detection'
)
official/vision/image_classification/README.md
deleted
100644 → 0
View file @
54f1ce84
This repository is deprecated and replaced by the solid
implementations inside vision/beta/. All the content has been moved to
[
official/legacy/image_classification
](
https://github.com/tensorflow/models/tree/master/official/legacy/image_classification
)
.
official/vision/image_classification/__init__.py
deleted
100644 → 0
View file @
54f1ce84
# Copyright 2022 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.
"""Deprecating the vision/detection folder."""
raise
ImportError
(
'This module has been moved to official/legacy/image_classification'
)
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