在同一个谷歌工作表中工作的多个 Colab 会话

发布于 2025-01-10 18:12:18 字数 150 浏览 0 评论 0原文

我正在使用 Google Colab 和 Google Sheets 来自动化一些东西。如果我将脚本分成可以在多个 Colab 会话中运行的部分(例如,会话 1 处理步骤 1-100,而会话 2 并行处理步骤 101-200),或者工作表界面只能处理一个,那么该过程会更快吗?一次查询?

I'm using Google Colab and Google sheets to automate some stuff. Would the process be faster if I split the script into parts that can run in multiple colab sessions (e.g. session 1 deals with steps 1-100, while session 2 deals with steps 101-200 in parallel) or can the sheets interface only handle one inquiry at a time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蒲公英的约定 2025-01-17 18:12:18

我自己测试过这个。结果是:

1 个会话每分钟进行 1.15 次迭代
3 个会话每分钟进行 1,7 (0,48 + 0,65 + 0,57) 次迭代

我注意到性能取决于 Google 的一些变化的限制,所以我无法确定它是否正确,直到我做了更多测试。不过,第一次测试看起来很有希望。

Tested this for myself. Results were:

1 session did 1,15 iterations per minute
3 sessions did 1,7 (0,48 + 0,65 + 0,57) iterations per minute

I have noticed that performance depends on some limitations from Google that varies, so I cannot know for sure if it is correct until I've done more tests. First test looks promising though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文