PyTorch2.0 图模式 ================= PyTorch 2.0 是PyTorch捐献给Linux基金会的第一个版本。从PyTorch 1.0到1.13,PyTorch进行了很多创新和迭代。而2.0引入了torch.compile 编译模式,是PyTorch真正从学术界迈向工业界的很重要一步,未来将会如何发展?PyTorch又将会如何引领AI编译器领域呢? 希望这个系列能够给大家、朋友们带来一些些帮助,也希望自己能够继续坚持完成所有内容哈! **内容大纲** ``PPT``\ 和\ ``字幕``\ 需要到 `Github `__ 下载,网页课程版链接会失效哦~ 建议优先下载 PDF 版本,PPT 版本会因为字体缺失等原因导致版本很丑哦~ +-----------------------------------+-----------------------------------+ | 小节 | 链接 | +===================================+===================================+ | 01 PyTorch2.0 特性串讲 | `PPT <./01.introduction.pdf>`__, | | | `视频 `__, | | | `文章 <./01.introduction.md>`__, | | | `字幕 <./srt/01.srt>`__ | +-----------------------------------+-----------------------------------+ | 02 TorchScript 静态图尝试 | `PPT <./02.torchscript.pdf>`__, | | | `视频 `__, | | | `文章 <./02.torchscript.md>`__, | | | `字幕 <./srt/02.srt>`__ | +-----------------------------------+-----------------------------------+ | 03 Torch FX 与 LazyTensor 特性 | `PPT <./03.torchfx_lazy.pdf>`__, | | | `视频 `__, | | | `文章 <./03.torchfx_lazy.md>`__, | | | `字幕 <./srt/03.srt>`__ | +-----------------------------------+-----------------------------------+ | 04 TorchDynamo 来啦 | `PPT <./04.torchdynamo.pdf>`__, | | | `视频 `__, | | | `文章 <./04.torchdynamo.md>`__, | | | `字幕 <./srt/04.srt>`__ | +-----------------------------------+-----------------------------------+ | 05 AOTAutograd 原理 | `PPT <./05.aotatuograd.pdf>`__, | | | `视频 `__, | | | `文章 <./05.aotatuograd.md>`__, | | | `字幕 <./srt/05.srt>`__ | +-----------------------------------+-----------------------------------+ | 06 Dispatch 机制 | `PPT <./06.dispatch.pdf>`__, | | | `视频 `__, | | | `文章 <./06.dispatch.md>`__, | | | `字幕 <./srt/06.srt>`__ | +-----------------------------------+-----------------------------------+ .. toctree:: :maxdepth: 2 01.introduction 02.torchscript 03.torchfx_lazy 04.torchdynamo 05.aotatuograd 06.dispatch