Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.1.3
zouap 4 years ago
parent
commit
5c63f84a02
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      templates/repo/cloudbrain/benchmark/new.tmpl

+ 9
- 0
templates/repo/cloudbrain/benchmark/new.tmpl View File

@@ -121,6 +121,15 @@
</datalist>
</div>

<div class="inline required field">
<label>GPU类型</label>
<select id="cloudbrain_gpu_type" class="ui search dropdown" placeholder="选择GPU类型" style='width:385px' name="gpu_type">
{{range .gpu_types}}
<option value="{{.Queue}}">{{.Value}}</option>
{{end}}
</select>
</div>

<div class="inline unite min_title field required">
<label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_train"}}</label>
<input disabled="disabled" style="width: 33.5%;" name="train_file" id="train_file" value="train.py" tabindex="3" autofocus required maxlength="254" >


Loading…
Cancel
Save