在Google Colaboratory中,用于各种IO任务的最佳进程数是多少?

时间:2019-07-22 18:34:29

标签: google-colaboratory

基于这些SO帖子

Are there any guidelines to follow when choosing number of processes with multiprocessing?

How many processes should I run in parallel?

对于受CPU约束的任务,最佳进程数是CPU内核数。

对于IO绑定的任务,它取决于环境和硬件。

所以我想知道在Colab中针对不同IO任务的最佳内核数量是多少?特别是从磁盘保存/加载文件,以及将文件保存/加载到已安装的Google驱动器。

0 个答案:

没有答案