pytorch/examples

Update all examples to latest versions of pytorch

Open

#976 创建于 2022年3月11日

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

描述

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

贡献者指南