mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-30 04:05:27 +08:00
Make TensorFlow imports compatible with TF 1.14.
PiperOrigin-RevId: 289424199
This commit is contained in:
committed by
Diego de Las Casas
parent
3c6b08d3ca
commit
25a0bc935f
@@ -24,7 +24,7 @@ from absl import logging
|
||||
import numpy as np
|
||||
import six
|
||||
import sonnet as snt
|
||||
import tensorflow.compat.v1 as tf
|
||||
import tensorflow as tf # pylint: disable=g-explicit-tensorflow-version-import
|
||||
|
||||
from alphafold_casp13 import config_dict
|
||||
from alphafold_casp13 import contacts_experiment
|
||||
|
||||
Reference in New Issue
Block a user