removed option of converting for TF

This commit is contained in:
Xiang Zhang 2018-11-08 15:13:41 -08:00
Родитель 0b4fd6bb71
Коммит 8cae87e3b7
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -174,8 +174,7 @@ class ConvertView extends React.Component<IComponentProperties, IComponentState>
{ value: 'Keras', label: 'Keras' },
{ value: 'scikit-learn', label: 'scikit-learn' },
{ value: "xgboost", label: 'xgboost' },
{ value: 'libSVM', label: 'libSVM' },
{ value: 'TensorFlow', label: 'TensorFlow' }
{ value: 'libSVM', label: 'libSVM' }
];
return (
<div>