roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
MIT License
2.82k stars 567 forks source link

AssertionError: Range subprocess failed (exit code: 1) #235

Open azhuantou opened 3 years ago

azhuantou commented 3 years ago

Hi, it can work when I run test_net.py with one gpu . But it is too slow, so I run with command "--multi-gpu-testing" .By the way, I have 4 GPUS. Is there anyone who can help? Thanks