Skip to content

Files

Latest commit

Jun 23, 2020
7b0ecad · Jun 23, 2020

History

History

mask-rcnn-37735

mask-rcnn 37735

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 of repro.py
        td['boxes'] = td_box
        # td['boxes'] = td_box.half()