mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-27 10:15:44 +08:00
Import TensorFlow without compat mode as our code targets TF 1.14.
PiperOrigin-RevId: 298822315
This commit is contained in:
committed by
Diego de Las Casas
parent
985ca4dce7
commit
a5efafff3a
@@ -15,7 +15,7 @@
|
||||
"""2D Resnet."""
|
||||
|
||||
from absl import logging
|
||||
import tensorflow.compat.v1 as tf # pylint: disable=g-explicit-tensorflow-version-import
|
||||
import tensorflow as tf # pylint: disable=g-explicit-tensorflow-version-import
|
||||
|
||||
from alphafold_casp13 import two_dim_convnet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user