Skip to main content
1-Visitor
April 10, 2020
Question

What is difference between .pt, .pth and .pwf extentions in PyTorch?

  • April 10, 2020
  • 2 replies
  • 2322 views

I have seen in some code examples, that people use .pwf as model file saving format. But in PyTorch documentation .pt and .pth are recommended.

 

I used .pwf and worked fine for a small 1->16->16 convolutional network.

 

My question is what is the difference between these formats?

 

Why is .pwf extension not even recommended in PyTorch documentation and why do people still use it?

2 replies

23-Emerald I
April 10, 2020

I think you're in the wrong forum.

24-Ruby III
April 10, 2020

Try to ask this question in the PyTorch community, here: https://discuss.pytorch.org/