我将我的tensorflow-gpu从1.4.0更新到了1.13.1版本。但是当我导入tensorflow时,它仍然使用旧版本。 喜欢:
common@Dell-7920:~/Brain$ python3 -c'import tensorflow as tf; print(tf.__version__)'
1.4.0
common@Dell-7920:~/Brain$ pip3 list | grep tensor
tensorboard 1.13.1
tensorflow-estimator 1.13.0
tensorflow-gpu 1.13.1
tensorflow-tensorboard 0.4.0
pip3仅显示系统中的新版本。但是旧版本已导入。
更新:
common@Dell-7920:~/Brain$ conda list| grep tensor
tensorflow-gpu 1.4.0 <pip>
tensorflow-tensorboard 0.4.0 <pip>
tensorflow版本是conda中的旧版本。
答案 0 :(得分:0)
Pip和Conda配合不好。您可以使用Pip或Conda。
您应该可以使用$bookedQuery->setQuery('some query builder instance')