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
4053c2ba
Commit
4053c2ba
authored
Mar 22, 2022
by
saberkun
Browse files
Merge pull request #10514 from ZihanWangKi:master
PiperOrigin-RevId: 436548878
parents
f9f2765d
259c4347
Changes
222
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
20 deletions
+0
-20
official/projects/video_ssl/ops/video_ssl_preprocess_ops.py
official/projects/video_ssl/ops/video_ssl_preprocess_ops.py
+0
-1
official/projects/video_ssl/tasks/linear_eval.py
official/projects/video_ssl/tasks/linear_eval.py
+0
-1
official/projects/video_ssl/tasks/pretrain.py
official/projects/video_ssl/tasks/pretrain.py
+0
-1
official/projects/video_ssl/tasks/pretrain_test.py
official/projects/video_ssl/tasks/pretrain_test.py
+0
-1
official/projects/video_ssl/train.py
official/projects/video_ssl/train.py
+0
-1
official/projects/vit/configs/__init__.py
official/projects/vit/configs/__init__.py
+0
-1
official/projects/vit/configs/backbones.py
official/projects/vit/configs/backbones.py
+0
-1
official/projects/vit/configs/image_classification.py
official/projects/vit/configs/image_classification.py
+0
-1
official/projects/vit/modeling/vit.py
official/projects/vit/modeling/vit.py
+0
-1
official/projects/vit/modeling/vit_test.py
official/projects/vit/modeling/vit_test.py
+0
-1
official/projects/vit/train.py
official/projects/vit/train.py
+0
-1
official/projects/volumetric_models/configs/backbones.py
official/projects/volumetric_models/configs/backbones.py
+0
-1
official/projects/volumetric_models/configs/decoders.py
official/projects/volumetric_models/configs/decoders.py
+0
-1
official/projects/volumetric_models/configs/semantic_segmentation_3d.py
...cts/volumetric_models/configs/semantic_segmentation_3d.py
+0
-1
official/projects/volumetric_models/configs/semantic_segmentation_3d_test.py
...olumetric_models/configs/semantic_segmentation_3d_test.py
+0
-1
official/projects/volumetric_models/modeling/backbones/__init__.py
...projects/volumetric_models/modeling/backbones/__init__.py
+0
-1
official/projects/volumetric_models/modeling/backbones/unet_3d_test.py
...ects/volumetric_models/modeling/backbones/unet_3d_test.py
+0
-1
official/projects/volumetric_models/modeling/decoders/__init__.py
.../projects/volumetric_models/modeling/decoders/__init__.py
+0
-1
official/projects/volumetric_models/modeling/decoders/unet_3d_decoder_test.py
...lumetric_models/modeling/decoders/unet_3d_decoder_test.py
+0
-1
official/projects/volumetric_models/modeling/heads/segmentation_heads_3d_test.py
...etric_models/modeling/heads/segmentation_heads_3d_test.py
+0
-1
No files found.
official/projects/video_ssl/ops/video_ssl_preprocess_ops.py
View file @
4053c2ba
...
@@ -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/projects/video_ssl/tasks/linear_eval.py
View file @
4053c2ba
...
@@ -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/projects/video_ssl/tasks/pretrain.py
View file @
4053c2ba
...
@@ -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
...
...
official/projects/video_ssl/tasks/pretrain_test.py
View file @
4053c2ba
...
@@ -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
import
functools
import
functools
import
os
import
os
...
...
official/projects/video_ssl/train.py
View file @
4053c2ba
...
@@ -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
"""Training driver."""
"""Training driver."""
from
absl
import
app
from
absl
import
app
...
...
official/projects/vit/configs/__init__.py
View file @
4053c2ba
...
@@ -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.projects.vit.configs
import
image_classification
from
official.projects.vit.configs
import
image_classification
official/projects/vit/configs/backbones.py
View file @
4053c2ba
...
@@ -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
"""Backbones configurations."""
"""Backbones configurations."""
from
typing
import
Optional
from
typing
import
Optional
...
...
official/projects/vit/configs/image_classification.py
View file @
4053c2ba
...
@@ -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
"""Image classification configuration definition."""
"""Image classification configuration definition."""
import
os
import
os
from
typing
import
List
,
Optional
from
typing
import
List
,
Optional
...
...
official/projects/vit/modeling/vit.py
View file @
4053c2ba
...
@@ -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
"""VisionTransformer models."""
"""VisionTransformer models."""
import
tensorflow
as
tf
import
tensorflow
as
tf
...
...
official/projects/vit/modeling/vit_test.py
View file @
4053c2ba
...
@@ -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 VIT."""
"""Tests for VIT."""
from
absl.testing
import
parameterized
from
absl.testing
import
parameterized
...
...
official/projects/vit/train.py
View file @
4053c2ba
...
@@ -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
"""TensorFlow Model Garden Vision training driver, including ViT configs.."""
"""TensorFlow Model Garden Vision training driver, including ViT configs.."""
from
absl
import
app
from
absl
import
app
...
...
official/projects/volumetric_models/configs/backbones.py
View file @
4053c2ba
...
@@ -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
"""Backbones configurations."""
"""Backbones configurations."""
import
dataclasses
import
dataclasses
from
typing
import
Optional
,
Sequence
from
typing
import
Optional
,
Sequence
...
...
official/projects/volumetric_models/configs/decoders.py
View file @
4053c2ba
...
@@ -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
"""Decoders configurations."""
"""Decoders configurations."""
import
dataclasses
import
dataclasses
from
typing
import
Optional
,
Sequence
from
typing
import
Optional
,
Sequence
...
...
official/projects/volumetric_models/configs/semantic_segmentation_3d.py
View file @
4053c2ba
...
@@ -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
"""Semantic segmentation configuration definition."""
"""Semantic segmentation configuration definition."""
import
dataclasses
import
dataclasses
...
...
official/projects/volumetric_models/configs/semantic_segmentation_3d_test.py
View file @
4053c2ba
...
@@ -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 semantic_segmentation."""
"""Tests for semantic_segmentation."""
# pylint: disable=unused-import
# pylint: disable=unused-import
...
...
official/projects/volumetric_models/modeling/backbones/__init__.py
View file @
4053c2ba
...
@@ -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
"""Backbones package definition."""
"""Backbones package definition."""
from
official.projects.volumetric_models.modeling.backbones.unet_3d
import
UNet3D
from
official.projects.volumetric_models.modeling.backbones.unet_3d
import
UNet3D
official/projects/volumetric_models/modeling/backbones/unet_3d_test.py
View file @
4053c2ba
...
@@ -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 3D UNet backbone."""
"""Tests for 3D UNet backbone."""
# Import libraries
# Import libraries
...
...
official/projects/volumetric_models/modeling/decoders/__init__.py
View file @
4053c2ba
...
@@ -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
"""Decoders package definition."""
"""Decoders package definition."""
from
official.projects.volumetric_models.modeling.decoders.unet_3d_decoder
import
UNet3DDecoder
from
official.projects.volumetric_models.modeling.decoders.unet_3d_decoder
import
UNet3DDecoder
official/projects/volumetric_models/modeling/decoders/unet_3d_decoder_test.py
View file @
4053c2ba
...
@@ -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 3D UNet decoder."""
"""Tests for 3D UNet decoder."""
# Import libraries
# Import libraries
...
...
official/projects/volumetric_models/modeling/heads/segmentation_heads_3d_test.py
View file @
4053c2ba
...
@@ -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."""
from
absl.testing
import
parameterized
from
absl.testing
import
parameterized
...
...
Prev
1
2
3
4
5
6
7
8
…
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