Running inference.py from a different project directory, gives this error. Would it be possible to add code to allow this to be run from anywhere?
Traceback (most recent call last):
File "/home/jadolfbr/EquiBind/inference.py", line 460, in <module>
with open(os.path.join(os.path.dirname(args.checkpoint), 'train_arguments.yaml'), 'r') as arg_file:
FileNotFoundError: [Errno 2] No such file or directory: 'runs/flexible_self_docking/train_arguments.yaml'
Traceback (most recent call last):
File "/home/jadolfbr/EquiBind/inference.py", line 460, in <module>
with open(os.path.join(os.path.dirname(args.checkpoint), 'train_arguments.yaml'), 'r') as arg_file:
FileNotFoundError: [Errno 2] No such file or directory: 'runs/flexible_self_docking/train_arguments.yaml'
Traceback (most recent call last):
File "/home/jadolfbr/EquiBind/inference.py", line 460, in <module>
with open(os.path.join(os.path.dirname(args.checkpoint), 'train_arguments.yaml'), 'r') as arg_file:
FileNotFoundError: [Errno 2] No such file or directory: 'runs/flexible_self_docking/train_arguments.yaml'
Running inference.py from a different project directory, gives this error. Would it be possible to add code to allow this to be run from anywhere?