no message
This commit is contained in:
Родитель
9f8b0db2f6
Коммит
d6cf22bbe5
|
@ -222,6 +222,7 @@ class ConvertView extends React.Component<IComponentProperties, IComponentState>
|
|||
const ONNXVersionOptions = [
|
||||
{ value: '1.2', label: '1.2 (opset V7)' },
|
||||
{ value: '1.3', label: '1.3 (opset V8)' },
|
||||
{ value: '1.4', label: '1.4 (opset V9)' },
|
||||
{ value: '1.5', label: '1.5 (opset V10)' },
|
||||
{ value: '1.6', label: '1.6 (opset V11)' },
|
||||
{ value: '1.7', label: '1.7 (opset V12)' },
|
||||
|
|
Загрузка…
Ссылка в новой задаче