运行Keras代码时,出现:
RuntimeWarning:compiletime version 3.5 of mudule 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6问题
此时tensorflow版本为1.4.1 python3.6
经调试升级tensorflow到1.7 1.8 或重装为1.4.0均无法解决
最后方法:降级tensorflow到1.3
运行Keras代码时,出现:
RuntimeWarning:compiletime version 3.5 of mudule 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6问题
此时tensorflow版本为1.4.1 python3.6
经调试升级tensorflow到1.7 1.8 或重装为1.4.0均无法解决
最后方法:降级tensorflow到1.3