Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google colaboratory 如何使用本地Coral USB TPU和Google Colab(而不是云TPU)_Google Colaboratory_Tpu_Google Coral - Fatal编程技术网

Google colaboratory 如何使用本地Coral USB TPU和Google Colab(而不是云TPU)

Google colaboratory 如何使用本地Coral USB TPU和Google Colab(而不是云TPU),google-colaboratory,tpu,google-coral,Google Colaboratory,Tpu,Google Coral,我有一个USB TPU,并希望使用它作为本地运行在谷歌Colab。 我找不到关于这个主题的任何资源。 您可以使用本地运行时(local Jupyter),下面对此进行说明: 我是否需要在本地Jupyter中安装所有TPU库,然后作为本地运行时连接到本地Jupyter以开始在Colab中使用USB TPU?我不熟悉Google Colab,但它似乎允许您在硬件上公开您的模型。然后,您需要找到您的模型,以便使用它运行推理。您可以选择多种方式来运行它,这些方式都列在此处:

我有一个USB TPU,并希望使用它作为本地运行在谷歌Colab。 我找不到关于这个主题的任何资源。 您可以使用本地运行时(local Jupyter),下面对此进行说明:


我是否需要在本地Jupyter中安装所有TPU库,然后作为本地运行时连接到本地Jupyter以开始在Colab中使用USB TPU?

我不熟悉Google Colab,但它似乎允许您在硬件上公开您的模型。然后,您需要找到您的模型,以便使用它运行推理。您可以选择多种方式来运行它,这些方式都列在此处: