This part seems to be a typo, so it would be better to correct it.
jeonsion opened this issue · 1 comments
jeonsion commented
torch.save(pointnet.state_dict(), "save_"+str(epoch)".pth") -> torch.save(pointnet.state_dict(), "save_"+str(epoch)+".pth")
nikitakaraevv commented
Fixed, thank you