mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.6k stars 553 forks source link

[Object Detection] Permission Error: /MASKRCNN_complVv0.5.0 #404

Closed dumaaan closed 4 years ago

dumaaan commented 4 years ago

Trying to run bash run_and_time.sh script for Object Detection task, however, I immediately get the Permission Error. I can't properly copy text from the terminal so therefore I attach a screenshot below:

Screen Shot 2020-07-31 at 1 50 47 PM
PowerOfCreation commented 4 years ago

I assume you are trying to run it without docker. I did the same thing and I had to make a few changes in order to make it work:

Change Line 236 of train_mlperf.py like this:

This will change the path of the logging file to a relative path and will avoid the Permission denied error. If you continue this path and can figure out how to run it with multiple GPUs then help would be appreciated, because I'm stuck with that issue for days now.

dumaaan commented 4 years ago

@PowerOfCreation thank you! I will let you know if I find a way to solve the multiple GPU run issue. But I think it's better to create a separate issue for this.