📌  相关文章
📜  ModuleNotFoundError:没有名为“tensorflow_io”的模块 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:06.010000             🧑  作者: Mango

代码示例4
#if you are using bert its only comaptible with python 2.7/pip2 
#and tensorflow 1.15.0 so you need to install like so
pip2 install tensorflow==1.15.0 --ignore-installed

#also if you have a gpu 
pip2 install tensorflow-gpu==1.15.0 --ignore-installed