mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Add more model frameworks to the list
This commit is contained in:
parent
5a83aa433d
commit
ca384aa75c
@ -40,6 +40,7 @@ class Framework(Options):
|
||||
tensorflowjs = 'TensorFlow_js'
|
||||
tensorflowlite = 'TensorFlow_Lite'
|
||||
pytorch = 'PyTorch'
|
||||
torchscript = 'TorchScript'
|
||||
caffe = 'Caffe'
|
||||
caffe2 = 'Caffe2'
|
||||
onnx = 'ONNX'
|
||||
@ -55,6 +56,8 @@ class Framework(Options):
|
||||
parquet = 'Parquet'
|
||||
megengine = 'MegEngine'
|
||||
catboost = 'CatBoost'
|
||||
tensorrt = 'TensorRT'
|
||||
openvino = 'OpenVINO'
|
||||
|
||||
__file_extensions_mapping = {
|
||||
'.pb': (tensorflow, tensorflowjs, onnx, ),
|
||||
@ -84,6 +87,7 @@ class Framework(Options):
|
||||
'.pkl': (scikitlearn, keras, xgboost, megengine),
|
||||
'.parquet': (parquet, ),
|
||||
'.cbm': (catboost, ),
|
||||
'.plan': (tensorrt,),
|
||||
}
|
||||
|
||||
__parent_mapping = {
|
||||
|
Loading…
Reference in New Issue
Block a user