pytorch/pytorch#37735
pytorch/vision#2172
Run
python repro.py
Results (error messages)
- nightly pytorch & torchvision on 04/21/2020
- master pytorch & torchvision on 06/22/2020
- master pytorch & torchvision on 06/22/2020, add
.half()
to line 37 ofrepro.py
td['boxes'] = td_box
# td['boxes'] = td_box.half()