主要内容

并行和云

在本地使用多个 GPU 或在云中扩展深度学习,并以交互方式或批处理作业的形式训练多个网络

使用 Parallel Computing Toolbox™ 在多个 GPU、集群和云中训练深度网络。在本地使用多个 GPU 或在云中扩展深度学习,并以交互方式或批处理作业的形式训练多个网络。要了解有关选项的信息,请参阅Scale Up Deep Learning in Parallel, on GPUs, and in the Cloud

函数

deep.gpu.deterministicAlgorithmsSet determinism of deep learning operations on the GPU to get reproducible results (自 R2024b 起)
deep.gpu.fastAttentionAlgorithmsDisable fast attention algorithms used by deep learning operations on the GPU (自 R2026a 起)

主题

并行、GPU 和云基础

自定义训练循环

精选示例