Na-Z/attMPTI

About eval script

Closed this issue · 0 comments

Sorry to bother you.

I copy ‘main.py’ to the 'scripts' folder and run 'bash scripts/eval_attMPTI.sh'.
Error message is 'FileNotFoundError', but file name is not given:

/private/attMPTI-main# bash scripts/eval_attMPTI.sh
scripts/eval_attMPTI.sh: line 15: SURE: command not found
Traceback (most recent call last):
File "main.py", line 112, in
eval(args)
File "/private/attMPTI-main/runs/eval.py", line 102, in eval
logger = init_logger(args.log_dir, args)
File "/private/attMPTI-main/utils/logger.py", line 34, in init_logger
mkdir(log_dir)
File "/private/attMPTI-main/utils/logger.py", line 22, in mkdir
os.makedirs(path)
File "/root/anaconda3/envs/dgcnn/lib/python3.6/os.py", line 220, in makedirs
mkdir(name, mode)
FileNotFoundError: [Errno 2] No such file or directory: ''

Can you give me some help? Thanks!