yunjey / pytorch-tutorial

PyTorch Tutorial for Deep Learning Researchers
MIT License
29.94k stars 8.1k forks source link

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

Open ftyghome opened 2 years ago

ftyghome commented 2 years ago

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