Merge pull request #78 from szymonmaszke/patch-1

Add .pt file extension as PyTorch
This commit is contained in:
Allegro AI 2020-01-06 17:30:31 +02:00 committed by GitHub
commit be8d100e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ class Framework(Options):
'model.json': (tensorflowjs, ),
'.tflite': (tensorflowlite, ),
'.pth': (pytorch, ),
'.pt': (pytorch, ),
'.caffemodel': (caffe, ),
'.prototxt': (caffe, ),
'predict_net.pb': (caffe2, ),