Zac_Hu
Results
4
comments of
Zac_Hu
Same problem. Have you find the solution?
Replace all the '{:06d}' as '{06d}', it will work on Windows platform!
> modify 58 line of **solver.py** to > > self.ckptios = [CheckpointIO(ospj(args.checkpoint_dir, '100000_nets_ema.ckpt'), self.nets_ema)] > > and modify init function of **checkpoint.py** > > def **init**(self, fname_template, module_list): os.makedirs(os.path.dirname(fname_template), exist_ok=True)...