mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-30 20:35:25 +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
@@ -16,7 +16,7 @@
|
||||
|
||||
import pickle
|
||||
|
||||
import tensorflow.compat.v1 as tf # pylint: disable=g-explicit-tensorflow-version-import
|
||||
import tensorflow as tf # pylint: disable=g-explicit-tensorflow-version-import
|
||||
|
||||
|
||||
def distance_histogram_dict(f):
|
||||
|
||||
Reference in New Issue
Block a user