pytorch/examples

Update all examples to latest versions of pytorch

Open

#976 创建于 2022年3月11日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Python (9,429 fork)batch import
distributedenhancementgood first issue

仓库指标

Star
 (21,634 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Our RPC examples use an older version of PyTorch

grep -r "torch=" .
./distributed/rpc/pipeline/requirements.txt:torch==1.6.0
./distributed/rpc/batch/requirements.txt:torch==1.6.0

There could be others

贡献者指南