mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2025-12-07 11:51:46 +08:00
Remove unused comments related to Python 2 compatibility.
PiperOrigin-RevId: 443298684
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# Lint as: python3.
|
|
||||||
# Copyright 2019 DeepMind Technologies Limited
|
# Copyright 2019 DeepMind Technologies Limited
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
@@ -13,7 +13,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.
|
|
||||||
"""Model for text-video-audio embeddings."""
|
"""Model for text-video-audio embeddings."""
|
||||||
|
|
||||||
from typing import Any, Dict, Optional
|
from typing import Any, Dict, Optional
|
||||||
|
|||||||
@@ -13,7 +13,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.
|
|
||||||
"""ResNet V2 modules.
|
"""ResNet V2 modules.
|
||||||
|
|
||||||
Equivalent to hk.Resnet except accepting a final_endpoint to return
|
Equivalent to hk.Resnet except accepting a final_endpoint to return
|
||||||
|
|||||||
Reference in New Issue
Block a user