This commit is contained in:
REDMOND\jingf 2021-09-10 11:45:49 -07:00
Родитель 9f8b0db2f6
Коммит d6cf22bbe5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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)' },