mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
Merge pull request #78 from szymonmaszke/patch-1
Add .pt file extension as PyTorch
This commit is contained in:
commit
be8d100e33
@ -53,6 +53,7 @@ class Framework(Options):
|
||||
'model.json': (tensorflowjs, ),
|
||||
'.tflite': (tensorflowlite, ),
|
||||
'.pth': (pytorch, ),
|
||||
'.pt': (pytorch, ),
|
||||
'.caffemodel': (caffe, ),
|
||||
'.prototxt': (caffe, ),
|
||||
'predict_net.pb': (caffe2, ),
|
||||
|
Loading…
Reference in New Issue
Block a user