|
|
@@ -138,9 +138,15 @@ |
|
|
|
<label>任务类型</label> |
|
|
|
<select id="cloudbrain_job_type" class="ui search dropdown" placeholder="选择任务类型" style='width:385px' name="job_type"> |
|
|
|
<option name="job_type" value="DEBUG">DEBUG</option> |
|
|
|
<option name="job_type" value="BENCHMARK">BENCHMARK</option> |
|
|
|
<option name="job_type" value="SNN4IMAGENET">SNN4IMAGENET</option> |
|
|
|
<option name="job_type" value="BRAINSCORE">BRAINSCORE</option> |
|
|
|
{{if .is_benchmark_enabled}} |
|
|
|
<option name="job_type" value="BENCHMARK">BENCHMARK</option> |
|
|
|
{{end}} |
|
|
|
{{if .is_snn4imagenet_enabled}} |
|
|
|
<option name="job_type" value="SNN4IMAGENET">SNN4IMAGENET</option> |
|
|
|
{{end}} |
|
|
|
{{if .is_brainscore_enabled}} |
|
|
|
<option name="job_type" value="BRAINSCORE">BRAINSCORE</option> |
|
|
|
{{end}} |
|
|
|
</select> |
|
|
|
</div> |
|
|
|
|
|
|
@@ -214,15 +220,15 @@ |
|
|
|
</div> |
|
|
|
<div class="inline required field cloudbrain_benchmark"> |
|
|
|
<label>benchmark脚本存放路径</label> |
|
|
|
<input name="benchmark_path" id="cloudbrain_benchmark_path" value="{{.benchmark_path}}" tabindex="3" autofocus required maxlength="255" readonly="readonly"> |
|
|
|
<input name="benchmark_path" id="cloudbrain_benchmark_path" value="{{.benchmark_path}}" tabindex="3" disabled autofocus required maxlength="255" readonly="readonly"> |
|
|
|
</div> |
|
|
|
<div class="inline required field cloudbrain_snn4imagenet"> |
|
|
|
<label>snn4imagenet脚本存放路径</label> |
|
|
|
<input name="snn4imagenet_path" id="cloudbrain_snn4imagenet_path" value="{{.snn4imagenet_path}}" tabindex="3" autofocus required maxlength="255" readonly="readonly"> |
|
|
|
<input name="snn4imagenet_path" id="cloudbrain_snn4imagenet_path" value="{{.snn4imagenet_path}}" tabindex="3" disabled autofocus required maxlength="255" readonly="readonly"> |
|
|
|
</div> |
|
|
|
<div class="inline required field cloudbrain_brainscore"> |
|
|
|
<label>brainscore脚本存放路径</label> |
|
|
|
<input name="brainscore_path" id="cloudbrain_brainscore_path" value="{{.brainscore_path}}" tabindex="3" autofocus required maxlength="255" readonly="readonly"> |
|
|
|
<input name="brainscore_path" id="cloudbrain_brainscore_path" value="{{.brainscore_path}}" tabindex="3" disabled autofocus required maxlength="255" readonly="readonly"> |
|
|
|
</div> |
|
|
|
<div class="inline required field" hidden> |
|
|
|
<label>启动命令</label> |
|
|
|