huangbinz

Results 2 comments of huangbinz

I meet the same problem and solved it, record to help others. modify line 100 of `second.pytorch/torchplus/train/checkpoint.py` from `ckpt_to_delete = all_ckpts.pop(0)` to `ckpt_to_delete = Path(all_ckpts.pop(0)).name`

遇到同样的问题了,有找到问题的所在吗