quancore / social-lstm

Social LSTM implementation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PermissionError: [Errno 13]

dawn0713 opened this issue · comments

commented

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.