mirror of
https://github.com/clearml/clearml
synced 2025-02-12 15:45: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, ),
|
'model.json': (tensorflowjs, ),
|
||||||
'.tflite': (tensorflowlite, ),
|
'.tflite': (tensorflowlite, ),
|
||||||
'.pth': (pytorch, ),
|
'.pth': (pytorch, ),
|
||||||
|
'.pt': (pytorch, ),
|
||||||
'.caffemodel': (caffe, ),
|
'.caffemodel': (caffe, ),
|
||||||
'.prototxt': (caffe, ),
|
'.prototxt': (caffe, ),
|
||||||
'predict_net.pb': (caffe2, ),
|
'predict_net.pb': (caffe2, ),
|
||||||
|
Loading…
Reference in New Issue
Block a user