You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I was just trying to run a demo of this project, however an error occurred when I ran the file training.sh.
training.sh: line 7: [: missing `]'
mkdir: cannot create directory ‘checkpoints/ZINC/random’: File exists
Traceback (most recent call last):
File "/content/PROTAC-RL/train.py", line 118, in
main(opt)
File "/content/PROTAC-RL/train.py", line 51, in main
single_main(opt, 0)
File "/content/PROTAC-RL/onmt/train_single.py", line 87, in main
init_logger(opt.log_file)
File "/content/PROTAC-RL/onmt/utils/logging.py", line 19, in init_logger
file_handler = logging.FileHandler(log_file)
File "/usr/local/lib/python3.9/logging/init.py", line 1146, in init
StreamHandler.init(self, self._open())
File "/usr/local/lib/python3.9/logging/init.py", line 1175, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding,
FileNotFoundError: [Errno 2] No such file or directory: '/content/PROTAC-RL/log/transformer_ZINC_random_1.txt'
Could you please help me figure out the problem? thx
The text was updated successfully, but these errors were encountered:
Hi I was just trying to run a demo of this project, however an error occurred when I ran the file training.sh.
training.sh: line 7: [: missing `]'
mkdir: cannot create directory ‘checkpoints/ZINC/random’: File exists
Traceback (most recent call last):
File "/content/PROTAC-RL/train.py", line 118, in
main(opt)
File "/content/PROTAC-RL/train.py", line 51, in main
single_main(opt, 0)
File "/content/PROTAC-RL/onmt/train_single.py", line 87, in main
init_logger(opt.log_file)
File "/content/PROTAC-RL/onmt/utils/logging.py", line 19, in init_logger
file_handler = logging.FileHandler(log_file)
File "/usr/local/lib/python3.9/logging/init.py", line 1146, in init
StreamHandler.init(self, self._open())
File "/usr/local/lib/python3.9/logging/init.py", line 1175, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding,
FileNotFoundError: [Errno 2] No such file or directory: '/content/PROTAC-RL/log/transformer_ZINC_random_1.txt'
Could you please help me figure out the problem? thx
The text was updated successfully, but these errors were encountered: