You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: