pytorch-YOLOv4
pytorch-YOLOv4 copied to clipboard
[BUG]model.moduel,state_dict()
https://github.com/Tianxiaomo/pytorch-YOLOv4/blob/a65d219f9066bae4e12003bd7cdc04531860c672/train.py#L451
to:
torch.save(model.module.state_dict(), save_path)