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
36d6f41f
Commit
36d6f41f
authored
Mar 22, 2022
by
saberkun
Browse files
Merge pull request #10514 from ZihanWangKi:master
PiperOrigin-RevId: 436548878
parents
bc8b6332
259c4347
Changes
222
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
20 deletions
+0
-20
official/vision/beta/modeling/factory_test.py
official/vision/beta/modeling/factory_test.py
+0
-1
official/vision/beta/modeling/heads/__init__.py
official/vision/beta/modeling/heads/__init__.py
+0
-1
official/vision/beta/modeling/heads/dense_prediction_heads_test.py
...vision/beta/modeling/heads/dense_prediction_heads_test.py
+0
-1
official/vision/beta/modeling/heads/instance_heads_test.py
official/vision/beta/modeling/heads/instance_heads_test.py
+0
-1
official/vision/beta/modeling/heads/segmentation_heads_test.py
...ial/vision/beta/modeling/heads/segmentation_heads_test.py
+0
-1
official/vision/beta/modeling/layers/__init__.py
official/vision/beta/modeling/layers/__init__.py
+0
-1
official/vision/beta/modeling/layers/nn_blocks_3d_test.py
official/vision/beta/modeling/layers/nn_blocks_3d_test.py
+0
-1
official/vision/beta/modeling/layers/nn_blocks_test.py
official/vision/beta/modeling/layers/nn_blocks_test.py
+0
-1
official/vision/beta/modeling/layers/nn_layers_test.py
official/vision/beta/modeling/layers/nn_layers_test.py
+0
-1
official/vision/beta/modeling/maskrcnn_model_test.py
official/vision/beta/modeling/maskrcnn_model_test.py
+0
-1
official/vision/beta/modeling/retinanet_model_test.py
official/vision/beta/modeling/retinanet_model_test.py
+0
-1
official/vision/beta/modeling/segmentation_model_test.py
official/vision/beta/modeling/segmentation_model_test.py
+0
-1
official/vision/beta/modeling/video_classification_model_test.py
...l/vision/beta/modeling/video_classification_model_test.py
+0
-1
official/vision/beta/projects/video_ssl/configs/__init__.py
official/vision/beta/projects/video_ssl/configs/__init__.py
+0
-1
official/vision/beta/projects/video_ssl/configs/video_ssl.py
official/vision/beta/projects/video_ssl/configs/video_ssl.py
+0
-1
official/vision/beta/projects/video_ssl/configs/video_ssl_test.py
.../vision/beta/projects/video_ssl/configs/video_ssl_test.py
+0
-1
official/vision/beta/projects/video_ssl/losses/losses.py
official/vision/beta/projects/video_ssl/losses/losses.py
+0
-1
official/vision/beta/projects/video_ssl/ops/video_ssl_preprocess_ops.py
...n/beta/projects/video_ssl/ops/video_ssl_preprocess_ops.py
+0
-1
official/vision/beta/projects/video_ssl/tasks/linear_eval.py
official/vision/beta/projects/video_ssl/tasks/linear_eval.py
+0
-1
official/vision/beta/projects/video_ssl/tasks/pretrain.py
official/vision/beta/projects/video_ssl/tasks/pretrain.py
+0
-1
No files found.
official/vision/beta/modeling/factory_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for factory.py."""
"""Tests for factory.py."""
# Import libraries
# Import libraries
...
...
official/vision/beta/modeling/heads/__init__.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Heads package definition."""
"""Heads package definition."""
from
official.vision.beta.modeling.heads.dense_prediction_heads
import
RetinaNetHead
from
official.vision.beta.modeling.heads.dense_prediction_heads
import
RetinaNetHead
...
...
official/vision/beta/modeling/heads/dense_prediction_heads_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for dense_prediction_heads.py."""
"""Tests for dense_prediction_heads.py."""
# Import libraries
# Import libraries
...
...
official/vision/beta/modeling/heads/instance_heads_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for instance_heads.py."""
"""Tests for instance_heads.py."""
# Import libraries
# Import libraries
...
...
official/vision/beta/modeling/heads/segmentation_heads_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for segmentation_heads.py."""
"""Tests for segmentation_heads.py."""
# Import libraries
# Import libraries
...
...
official/vision/beta/modeling/layers/__init__.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Layers package definition."""
"""Layers package definition."""
from
official.vision.beta.modeling.layers.box_sampler
import
BoxSampler
from
official.vision.beta.modeling.layers.box_sampler
import
BoxSampler
...
...
official/vision/beta/modeling/layers/nn_blocks_3d_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for resnet."""
"""Tests for resnet."""
# Import libraries
# Import libraries
...
...
official/vision/beta/modeling/layers/nn_blocks_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for nn_blocks."""
"""Tests for nn_blocks."""
from
typing
import
Any
,
Iterable
,
Tuple
from
typing
import
Any
,
Iterable
,
Tuple
...
...
official/vision/beta/modeling/layers/nn_layers_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for nn_layers."""
"""Tests for nn_layers."""
# Import libraries
# Import libraries
...
...
official/vision/beta/modeling/maskrcnn_model_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for maskrcnn_model.py."""
"""Tests for maskrcnn_model.py."""
import
os
import
os
...
...
official/vision/beta/modeling/retinanet_model_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for RetinaNet models."""
"""Tests for RetinaNet models."""
# Import libraries
# Import libraries
...
...
official/vision/beta/modeling/segmentation_model_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for segmentation network."""
"""Tests for segmentation network."""
from
absl.testing
import
parameterized
from
absl.testing
import
parameterized
...
...
official/vision/beta/modeling/video_classification_model_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Tests for video classification network."""
"""Tests for video classification network."""
# Import libraries
# Import libraries
...
...
official/vision/beta/projects/video_ssl/configs/__init__.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Configs package definition."""
"""Configs package definition."""
from
official.vision.beta.projects.video_ssl.configs
import
video_ssl
from
official.vision.beta.projects.video_ssl.configs
import
video_ssl
official/vision/beta/projects/video_ssl/configs/video_ssl.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Video classification configuration definition."""
"""Video classification configuration definition."""
...
...
official/vision/beta/projects/video_ssl/configs/video_ssl_test.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
# pylint: disable=unused-import
# pylint: disable=unused-import
from
absl.testing
import
parameterized
from
absl.testing
import
parameterized
...
...
official/vision/beta/projects/video_ssl/losses/losses.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Define losses."""
"""Define losses."""
# Import libraries
# Import libraries
...
...
official/vision/beta/projects/video_ssl/ops/video_ssl_preprocess_ops.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Utils for customed ops for video ssl."""
"""Utils for customed ops for video ssl."""
import
functools
import
functools
...
...
official/vision/beta/projects/video_ssl/tasks/linear_eval.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Video ssl linear evaluation task definition."""
"""Video ssl linear evaluation task definition."""
from
typing
import
Any
,
Optional
,
List
,
Tuple
from
typing
import
Any
,
Optional
,
List
,
Tuple
from
absl
import
logging
from
absl
import
logging
...
...
official/vision/beta/projects/video_ssl/tasks/pretrain.py
View file @
36d6f41f
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Lint as: python3
"""Video ssl pretrain task definition."""
"""Video ssl pretrain task definition."""
from
absl
import
logging
from
absl
import
logging
import
tensorflow
as
tf
import
tensorflow
as
tf
...
...
Prev
1
…
3
4
5
6
7
8
9
10
11
12
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