Browse Source

提交代码,增加模型框架选项。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2480/head
zouap 3 years ago
parent
commit
ca3a3d2c56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelmanage/index.tmpl

+ 1
- 1
templates/repo/modelmanage/index.tmpl View File

@@ -323,7 +323,7 @@
$('#choice_Engine .default.text').text(selectedText)
$('#choice_Engine input[name="Engine"]').val(selectedValue)
$("#job-Engine").append(itemHtml);
$("#choice_version").css('disabled','disabled')
$("#choice_version").attr('disabled','disabled')
}else{
let itemHtml = "<option class=\"active item\" data-value=\"0\">Pytorch</option>";
itemHtml += "<option class=\"item\" data-value=\"1\">TensorFlow</option>"


Loading…
Cancel
Save