mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-06-02 14:45:25 +08:00
Remove unused comments related to Python 2 compatibility.
PiperOrigin-RevId: 443298684
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Lint as: python3.
|
||||
"""Model for text-video-audio embeddings."""
|
||||
|
||||
from typing import Any, Dict, Optional
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Lint as: python3.
|
||||
"""ResNet V2 modules.
|
||||
|
||||
Equivalent to hk.Resnet except accepting a final_endpoint to return
|
||||
|
||||
Reference in New Issue
Block a user