【发布时间】:2021-07-08 17:49:37
【问题描述】:
我正在使用 linux 控制台,输入 python 会将我带入 python 控制台。 当我在 TPU 机器中使用以下命令时
import jax
然后它会生成以下 mss 并退出 python 提示符。
paramjeetsingh80@t1v-n-1c883486-w-0:~$ python3
Python 3.8.5 (default, Jan 27 2021, 15:41:15)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import jax
2021-07-08 17:41:39.660523: F external/org_tensorflow/tensorflow/core/tpu/tpu_executor_init_fns.inc:110] TpuTransferManager_ReadDynamicShapes not available in this library.
Aborted (core dumped)
paramjeetsingh80@t1v-n-1c883486-w-0:~$
这个问题导致我的代码出现问题,所以我想弄清楚这是什么问题以及如何解决这个问题?
【问题讨论】:
标签: python-3.x tpu jax spacy-transformers sentence-transformers