Skip to content

investigate python3.6 and tensorflow1.4 warnings

investigate how the following warning affects tensorflow...

python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6
  return f(*args, **kwds)