DeeperForensics Challenge 2020 @ ECCV SenseHuman Workshop Forum

Go back to competition Back to thread list Post in this thread

> Error on test the Docker image locally

Hello,
When I run docker run -it deeperforensics-challenge-<my_aws_id> python local_test.py
It appear error due to not detect GPU.
Is the above command correct?
Or add option --gpus all : docker run -it --gpus all deeperforensics-challenge-<my_aws_id> python local_test.py ?

Posted by: ngoanpv69 @ Sept. 7, 2020, 2:56 p.m.

I used the different commands from the submit github page: --gpus all : docker run -it --gpus all deeperforensics-challenge-<my_aws_id> python local_test.py
It works well
But I my evualate always failed ,does someone know how this happend??

Posted by: caiyu @ Sept. 18, 2020, 2:42 a.m.

I change the batch size on client.py and submit successfully

Posted by: ngoanpv69 @ Sept. 20, 2020, 10:53 a.m.
Post in this thread