问题标签 [google-colaboratory]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
163 浏览

video - 如何上传由视频文件组成的数据集并在协作中使用?

我正在考虑将 colaboratory 用于计算机视觉项目。我需要从互联网(不是本地)下载这些视频文件到 colaboratory 并使用它们。我怎样才能做到这一点?

0 投票
4 回答
5359 浏览

python - Google Colaboratory:超时错误

每当我在 Colaboratory 中键入任何命令时,都会出现以下错误:

为什么会发生这种情况,我能做些什么来防止它发生?

0 投票
9 回答
35783 浏览

python - AttributeError:模块“PIL.Image”没有属性“register_extensions”

我在 google-colab 中运行 fast.ai 的第 1 课。当我来到线

它没有显示图像。相反,我得到了一个错误:

这可能是什么原因造成的?

0 投票
6 回答
13308 浏览

python - Google Colab 中的转储文件在哪里?

当我在 google colab 中编写此代码时:

x 已保存,并且还在 Google Colab 的另一个窗口中我可以访问该文件并阅读它,但我不知道该文件在哪里。有人知道它在哪里吗?

0 投票
1 回答
159 浏览

python - Jupyter:为什么我不能使用包含 shell 命令的方法导入 `.py` 文件?

这适用于我的笔记本(python 3):

这不会:

这是相同的方法colab_utils.py

我究竟做错了什么?

0 投票
1 回答
1388 浏览

python - 将 Keras 模型从 Google Drive 导入 Colaboratory

我正在尝试找到将存储在 Google Drive 中的 Keras 模型加载到 Colaboratory 工作表中以用作 Keras 模型的方法(无需先下载到桌面,已经有方法)。

我已使用 Drive REST API 的 Colaboratory 教程成功加载了 .h5 文件:

哪个输出:

看来下载的.read() 给出了一种字节字符串。

我的问题是如何将这个字节字符串转换为 .h5 形式,以便我可以从 Keras 调用 load_model?

0 投票
2 回答
3743 浏览

google-colaboratory - 如何将非 txt 数据从 Colaboratory 导出到 Google Drive?

我正在运行 Colab,我想将一些非 txt 数据(numpy 数组、PIL 图像、.h5 keras/tensorflow 模型)保存到我的驱动器中。

我可以使用此脚本保存 .txt 文件

但我不能将它用于其他类型的数据。

任何帮助将不胜感激!

0 投票
2 回答
2634 浏览

ipython - how to get `stdout` from ipython shell command `get_ipython().system.raw()?

I'm working on a module to add save/restore checkpoints from tensorflow to google cloud storage from colaboratory (see: https://github.com/mixuala/colab_utils) . My code works from a notebook shell using ipython magic and shell commands. But I discovered that you cannot import these methods from a python module (dooh!) So now I'm trying to convert to python native.

How do I get stdout from `get_ipython().system.raw()? I want to get the same value as:

I tried to use get_ipython().system_raw() but I am not getting a value from stdout.

is there a better way to do this?

[SOLVED]

here is a better way to do it based on the answer below:

0 投票
1 回答
3580 浏览

google-cloud-storage - 你如何用谷歌云存储 api 捕捉异常

我似乎无法捕捉到这个异常,除非通过包罗万象

返回:

400 GET https://www.googleapis.com/storage/v1/b/my-bucket?projection=noAcl: Invalid bucket name: 'my-bucket'

见:https ://googlecloudplatform.github.io/google-cloud-python/latest/storage/client.html#google.cloud.storage.client.Client.get_bucket

0 投票
4 回答
6652 浏览

tensorflow - Colaboratory 安装 Tensorflow 对象检测 Api

我在 Google Colaboratory 中成功执行了 Tensorflow 中的训练模型和图像识别笔记本。现在我想用Object Detection Api开始一个新的笔记本。当我执行我的代码时,我收到以下错误:

如何在 Colaboratory 中安装对象检测 API?我按照安装说明进行操作,但无法执行: