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
4242b549
Commit
4242b549
authored
Jan 18, 2022
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 422612138
parent
43b55bf4
Changes
1000
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
official/projects/edgetpu/vision/modeling/heads/__init__.py
official/projects/edgetpu/vision/modeling/heads/__init__.py
+1
-1
official/projects/edgetpu/vision/modeling/heads/bifpn_head.py
...cial/projects/edgetpu/vision/modeling/heads/bifpn_head.py
+1
-1
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v1_model.py
...cts/edgetpu/vision/modeling/mobilenet_edgetpu_v1_model.py
+1
-1
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v1_model_blocks.py
...etpu/vision/modeling/mobilenet_edgetpu_v1_model_blocks.py
+1
-1
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v1_model_test.py
...dgetpu/vision/modeling/mobilenet_edgetpu_v1_model_test.py
+1
-1
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v2_model.py
...cts/edgetpu/vision/modeling/mobilenet_edgetpu_v2_model.py
+1
-1
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v2_model_blocks.py
...etpu/vision/modeling/mobilenet_edgetpu_v2_model_blocks.py
+1
-1
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v2_model_test.py
...dgetpu/vision/modeling/mobilenet_edgetpu_v2_model_test.py
+1
-1
official/projects/edgetpu/vision/serving/__init__.py
official/projects/edgetpu/vision/serving/__init__.py
+1
-1
official/projects/edgetpu/vision/serving/export_tflite.py
official/projects/edgetpu/vision/serving/export_tflite.py
+1
-1
official/projects/edgetpu/vision/serving/export_tflite_test.py
...ial/projects/edgetpu/vision/serving/export_tflite_test.py
+1
-1
official/projects/edgetpu/vision/serving/export_util.py
official/projects/edgetpu/vision/serving/export_util.py
+1
-1
official/projects/edgetpu/vision/serving/tflite_imagenet_evaluator.py
...jects/edgetpu/vision/serving/tflite_imagenet_evaluator.py
+1
-1
official/projects/edgetpu/vision/serving/tflite_imagenet_evaluator_run.py
...s/edgetpu/vision/serving/tflite_imagenet_evaluator_run.py
+1
-1
official/projects/edgetpu/vision/serving/tflite_imagenet_evaluator_test.py
.../edgetpu/vision/serving/tflite_imagenet_evaluator_test.py
+1
-1
official/projects/edgetpu/vision/tasks/__init__.py
official/projects/edgetpu/vision/tasks/__init__.py
+1
-1
official/projects/edgetpu/vision/tasks/image_classification.py
...ial/projects/edgetpu/vision/tasks/image_classification.py
+1
-1
official/projects/edgetpu/vision/tasks/image_classification_test.py
...rojects/edgetpu/vision/tasks/image_classification_test.py
+1
-1
official/projects/edgetpu/vision/tasks/semantic_segmentation.py
...al/projects/edgetpu/vision/tasks/semantic_segmentation.py
+1
-1
official/projects/edgetpu/vision/tasks/semantic_segmentation_test.py
...ojects/edgetpu/vision/tasks/semantic_segmentation_test.py
+1
-1
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
official/projects/edgetpu/vision/modeling/heads/__init__.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/modeling/heads/bifpn_head.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v1_model.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v1_model_blocks.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v1_model_test.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v2_model.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v2_model_blocks.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/modeling/mobilenet_edgetpu_v2_model_test.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/serving/__init__.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/serving/export_tflite.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/serving/export_tflite_test.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/serving/export_util.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/serving/tflite_imagenet_evaluator.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/serving/tflite_imagenet_evaluator_run.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/serving/tflite_imagenet_evaluator_test.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/tasks/__init__.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/tasks/image_classification.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/tasks/image_classification_test.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/tasks/semantic_segmentation.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/vision/tasks/semantic_segmentation_test.py
View file @
4242b549
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
Prev
1
…
22
23
24
25
26
27
28
29
30
…
50
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