Mask_RCNN icon indicating copy to clipboard operation
Mask_RCNN copied to clipboard

permission denied error on compute engnine

Open cartesianproduct opened this issue 7 years ago • 5 comments

tensorflow.python.framework.errors_impl.PermissionDeniedError: /logs; Permission denied

I was running the code for the balloons.py in the google compute engine. everything looked fine until the error message above. I am not sure what that error means or how to fix it.

cartesianproduct avatar Jun 18 '18 01:06 cartesianproduct

I have got a similar problem. Does anyone solve this issue?

akihirom2017 avatar Jun 21 '18 23:06 akihirom2017

I have got a similar issue. please help

raghav157 avatar Sep 29 '19 06:09 raghav157

@cartesianproduct @akihirom2017 did you solve it?

raghav157 avatar Sep 29 '19 06:09 raghav157

Did anyone solve this error?

priya55612 avatar Feb 17 '20 13:02 priya55612

I solved this issue by changing the log_dir path to the present working directory, initially it was creating the folder in some other location, depending upon the system. I got the error while I was training on azure because it was creating directory where I didn't have access to so I changed the log_dir to the current working directory. It can be done by making changes to line 2267 in model.py under mrcnn.

hetavv avatar Jul 21 '22 16:07 hetavv