No module named 'tensorflow.contrib.learn.python.learn.metric_spec
supradeepk opened this issue · 2 comments
supradeepk commented
I am using tensorflow 0.10 and python 3.5 and getting following error while running udc_train.py
Traceback (most recent call last):
File "udc_train.py", line 7, in <module>
import udc_metrics
File "/home/sudeep/git_hub/chatbot-retrieval/udc_metrics.py", line 3, in <module>
from tensorflow.contrib.learn.python.learn.metric_spec import MetricSpec
ImportError: No module named 'tensorflow.contrib.learn.python.learn.metric_spec'
jimmytuc commented
I has updated my tensorflow version to 0.12, that error gone away but cannot train! The console display "Killed" when run python udc_train.py
Python: 3.5.2 Anaconda 4.2.0 64 bit
Tensorflow: 0.12
SeekPoint commented
yes! it raised on tf0.9
however, update to tf0.10 will got another error