quancore / social-lstm

Social LSTM implementation in PyTorch
423 stars 254 forks source link

PermissionError: [Errno 13] #35

Closed dawn0713 closed 4 years ago

dawn0713 commented 4 years ago

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.