Browse Source

修改Bug,提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2480/head
zouap 2 years ago
parent
commit
f2e432b247
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/cloudbrain/trainjob/show.tmpl

+ 1
- 1
templates/repo/cloudbrain/trainjob/show.tmpl View File

@@ -752,7 +752,7 @@
$('#choice_Engine .default.text').text("PyTorch");
$('#choice_Engine input[name="Engine"]').val(0)
$('#choice_Engine .default.text').css({ "color": "rgb(0, 0, 0,0.87)" })
$('.ui.dimmer').css({ "background-color": "rgb(136, 136, 136,0.7)" })
createModelName();
loadSelectedModelFile(obj);


Loading…
Cancel
Save