Hi, when I run python olstm_train.py, I got an error "PermissionError: [Errno 13] Permission denied: './make_directories.sh'"
Maybe this is beacuse I use the server of my lab, and I am not in the sudoers file for safety sake.
But how can I fix this problem? Thank you.
Hi, when I run
python olstm_train.py
, I got an error "PermissionError: [Errno 13] Permission denied: './make_directories.sh'" Maybe this is beacuse I use the server of my lab, and I am not in the sudoers file for safety sake. But how can I fix this problem? Thank you.