|
|
@@ -1132,7 +1132,7 @@ view.ModelFactoryService = class {
|
|
|
this.register('./coreml', [ '.mlmodel' ]);
|
|
|
this.register('./caffe', [ '.caffemodel', '.pbtxt', '.prototxt', '.pt' ]);
|
|
|
this.register('./caffe2', [ '.pb', '.pbtxt', '.prototxt' ]);
|
|
|
- this.register('./pytorch', [ '.pt', '.pth', '.pt1', '.pkl', '.h5', '.t7', '.model', '.dms', '.pth.tar', '.ckpt', '.bin' ]);
|
|
|
+ this.register('./pytorch', [ '.pt', '.pth', '.pt1', '.pkl', '.h5', '.t7', '.model', '.dms', '.pth.tar', '.ckpt', '.bin', '.pb' ]);
|
|
|
this.register('./torch', [ '.t7' ]);
|
|
|
this.register('./tflite', [ '.tflite', '.lite', '.tfl', '.bin' ]);
|
|
|
this.register('./tf', [ '.pb', '.meta', '.pbtxt', '.prototxt', '.json', '.index', '.ckpt' ]);
|