>>> import tensorflow as tf
>>> import tensorflow_estimator.python.estimator.api._v2.estimator
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.6/dist-packages/tensorflow_estimator/python/estimator/__init__.py", line 25, in <module>
import tensorflow_estimator.python.estimator.estimator_lib
File "/usr/local/lib/python3.6/dist-packages/tensorflow_estimator/python/estimator/estimator_lib.py", line 54, in <module>
from tensorflow_estimator.python.estimator.mode_keys import ModeKeysV2
File "/usr/local/lib/python3.6/dist-packages/tensorflow_estimator/python/estimator/mode_keys.py", line 22, in <module>
from tensorflow.python.training.mode_keys import ModeKeys
ModuleNotFoundError: No module named 'tensorflow.python.training.mode_keys'
>>> tf.__version__
'2.0.0-dev20190213'
>>>
>>> exit()• • • • | Paige Bailey Developer Advocate (TensorFlow) @DynamicWebPaige
|

--
You received this message because you are subscribed to the Google Groups "TensorFlow Community Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testing+u...@tensorflow.org.