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
c65a91e0
Commit
c65a91e0
authored
Mar 21, 2022
by
Yilei Yang
Committed by
A. Unique TensorFlower
Mar 21, 2022
Browse files
Internal change
PiperOrigin-RevId: 436393494
parent
38f2459c
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
10 deletions
+0
-10
official/projects/movinet/modeling/movinet.py
official/projects/movinet/modeling/movinet.py
+0
-1
official/projects/movinet/modeling/movinet_layers.py
official/projects/movinet/modeling/movinet_layers.py
+0
-1
official/projects/movinet/modeling/movinet_layers_test.py
official/projects/movinet/modeling/movinet_layers_test.py
+0
-1
official/projects/movinet/modeling/movinet_model_test.py
official/projects/movinet/modeling/movinet_model_test.py
+0
-1
official/projects/movinet/modeling/movinet_test.py
official/projects/movinet/modeling/movinet_test.py
+0
-1
official/projects/qat/vision/configs/__init__.py
official/projects/qat/vision/configs/__init__.py
+0
-1
official/projects/qat/vision/configs/common.py
official/projects/qat/vision/configs/common.py
+0
-1
official/projects/qat/vision/configs/image_classification.py
official/projects/qat/vision/configs/image_classification.py
+0
-1
official/projects/qat/vision/configs/retinanet.py
official/projects/qat/vision/configs/retinanet.py
+0
-1
official/projects/qat/vision/configs/semantic_segmentation.py
...cial/projects/qat/vision/configs/semantic_segmentation.py
+0
-1
No files found.
official/projects/movinet/modeling/movinet.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Contains definitions of Mobile Video Networks.
Reference: https://arxiv.org/pdf/2103.11511.pdf
...
...
official/projects/movinet/modeling/movinet_layers.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Contains common building blocks for MoViNets.
Reference: https://arxiv.org/pdf/2103.11511.pdf
...
...
official/projects/movinet/modeling/movinet_layers_test.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Tests for movinet_layers.py."""
from
absl.testing
import
parameterized
...
...
official/projects/movinet/modeling/movinet_model_test.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Tests for movinet_model.py."""
from
absl.testing
import
parameterized
...
...
official/projects/movinet/modeling/movinet_test.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Tests for movinet.py."""
from
absl.testing
import
parameterized
...
...
official/projects/qat/vision/configs/__init__.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Configs package definition."""
from
official.projects.qat.vision.configs
import
image_classification
...
...
official/projects/qat/vision/configs/common.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Image classification configuration definition."""
import
dataclasses
...
...
official/projects/qat/vision/configs/image_classification.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""Image classification configuration definition."""
import
dataclasses
...
...
official/projects/qat/vision/configs/retinanet.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""RetinaNet configuration definition."""
import
dataclasses
from
typing
import
Optional
...
...
official/projects/qat/vision/configs/semantic_segmentation.py
View file @
c65a91e0
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Lint as: python3
"""RetinaNet configuration definition."""
import
dataclasses
from
typing
import
Optional
...
...
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