Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PermissionError: [Errno 13] Permission denied: '/data' #28

Open
ManuelBradicic42 opened this issue Nov 23, 2022 · 0 comments
Open

PermissionError: [Errno 13] Permission denied: '/data' #28

ManuelBradicic42 opened this issue Nov 23, 2022 · 0 comments

Comments

@ManuelBradicic42
Copy link

ManuelBradicic42 commented Nov 23, 2022

Hello, I am trying to run the script however I am getting the same error on two different machines

(torch-kernel) mb01761@heron158:/research/CE-Net/src$ python main.py
/conda/.conda/envs/torch-kernel/lib/python3.10/site-packages/scipy/init.py:146: UserWarning: A NumPy version >=1.16.5 and <1.23.0 is required for this version of SciPy (detected version 1.23.4
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
GPUS device is [0]
training chunk_sizes: [24]
The output will be saved to /data/UBT_Seg/binSeg/ORIGA_OD_cenet_dice_bce_loss
Traceback (most recent call last):
File "/vol/research/Neurocomp/mb01761/research/CE-Net/src/main.py", line 126, in
main(opt)
File "/vol/research/Neurocomp/mb01761/research/CE-Net/src/main.py", line 40, in main
logger = Logger(opt)
File "/vol/research/Neurocomp/mb01761/research/CE-Net/src/lib/logger.py", line 25, in init
os.makedirs(opt.save_dir)
File "/vol/research/TopDownVideo/mb01761/conda/.conda/envs/torch-kernel/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/vol/research/TopDownVideo/mb01761/conda/.conda/envs/torch-kernel/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/vol/research/TopDownVideo/mb01761/conda/.conda/envs/torch-kernel/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/vol/research/TopDownVideo/mb01761/conda/.conda/envs/torch-kernel/lib/python3.10/os.py", line 225, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/data'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant