I would like to restart an interrupted training using the following code in src/trainer.py.
if cfg.common.resume:.
self.load_checkpoint()
What directory and what command should I type to use this function?
I have changed cfg.common.resume to true in outputs/YYYYY-MM-DD/hh-mm-ss/ and I run python src/main.py env.train.id=BreakoutNoFrameskip-v4 common.device=cuda:0 wandb.mode=online, but I got an error.
I would like to restart an interrupted training using the following code in src/trainer.py.
What directory and what command should I type to use this function?
I have changed cfg.common.resume to true in outputs/YYYYY-MM-DD/hh-mm-ss/ and I run python src/main.py env.train.id=BreakoutNoFrameskip-v4 common.device=cuda:0 wandb.mode=online, but I got an error.