yunjey / pytorch-tutorial

PyTorch Tutorial for Deep Learning Researchers
MIT License
30.37k stars 8.14k forks source link

change model file extension from .ckpt to .pth #237

Open ftyghome opened 3 years ago

ftyghome commented 3 years ago

file extension .ckpt is used for Tensorflow, changed to .pth to make sample.py work.