nikitakaraevv/pointnet

This part seems to be a typo, so it would be better to correct it.

jeonsion opened this issue · 1 comments

torch.save(pointnet.state_dict(), "save_"+str(epoch)".pth") -> torch.save(pointnet.state_dict(), "save_"+str(epoch)+".pth")

Fixed, thank you