Mask_RCNN
Mask_RCNN copied to clipboard
permission denied error on compute engnine
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.
I have got a similar problem. Does anyone solve this issue?
I have got a similar issue. please help
@cartesianproduct @akihirom2017 did you solve it?
Did anyone solve this error?
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.