Checkpoint
.pt
files containing model itself with weight so loadable with LibTorch for inference server
torch.jit.save()
pth file
only Torch state_dict weight so it requires python code for loading
ckpt means checkpoint
Seonglae Cho
Seonglae Cho.pttorch.jit.save()
pth fileckpt means checkpoint