- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
=2.0.0" $ pip i-6ren">
我按照 TensorFlow 网站中给出的说明安装 tensorflow_hub 并将其安装在 conda 环境中。
$ pip install "tensorflow>=2.0.0"
$ pip install --upgrade tensorflow-hub
我在 anaconda prompt 中运行了上面的命令
ModuleNotFoundError
对于“tensorflow_hub”。
最佳答案
第一件事
检查您是否在该环境中安装了 tensorflow_hub
conda list
如果你在那里找不到它,也许你已经将它安装到另一个无关紧要的环境,只需在此处重新安装即可。
pip install tensorflow_hub
您可能已经这样做了 所以很可能您在 jupyter notebook 中使用了另一个内核,所以要么转到该内核的环境并在那里安装您的软件包。或者首选方式,安装您当前的环境
yourenvironment
作为新内核并在您的 jupyter notebook 中使用该内核
python -m ipykernel install --user --name=yourenvironment
现在启动您的 jupyter notebook 并享受您的包裹
关于python - ModuleNotFoundError: 没有名为 'tensorflow_hub' 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63884339/
写import tensorflow_hub后,出现如下错误: class LatestModuleExporter(tf.estimator.Exporter): AttributeError: 模
我按照 TensorFlow 网站中给出的说明安装 tensorflow_hub 并将其安装在 conda 环境中。 $ pip install "tensorflow>=2.0.0" $ pip i
我正在尝试在 Google Collab 中使用 BERT,并且 import tensorflow_hub as hub 但它引发了 ValueError: The name 'tf.Trackab
我试图在 PyCharm 中运行以下代码行,并且安装并导入了 tensorflow_hub。 use = hub.load("https://tfhub.dev/google/universal-se
最近我发布了这个question并试图解决我的问题。我的问题是 我的方法正确吗? 我的例句长度分别为 7 和 6 - (['New Delhi is the Capital of India', 'T
我运行了这个代码: import tensorflow_hub as hub 我收到此错误: -----------------------------------------------------
我尝试将通用句子编码器模型部署到 aws Sagemaker 端点,但收到错误 raise ValueError('no SavedModel bundles found!') 我在下面显示了我的代码
系统信息: python :3.6.9 Tensorflow:来自 pip 的 2.2.0 CPU 包 问题: 我收到了 https://tfhub.dev/google/imagenet/resne
我是一名优秀的程序员,十分优秀!