pytorch/examples

Update all examples to latest versions of pytorch

Open

#976 opened on 2022年3月11日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Python (9,429 forks)batch import
distributedenhancementgood first issue

Repository metrics

Stars
 (21,634 stars)
PR merge metrics
 (30d に merged 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

コントリビューターガイド