|
|
@@ -214,9 +214,7 @@ |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w"> |
|
|
|
|
|
|
|
train.py |
|
|
|
|
|
|
|
</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
@@ -249,6 +247,15 @@ |
|
|
|
<div class="text-span text-span-w">{{if .ModelVersion}}{{.ModelVersion}}{{else}}--{{end}}</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
{{$.i18n.Tr "repo.modelarts.infer_job_model_file"}} |
|
|
|
</td> |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w">{{if .CkptName}}{{.CkptName}}{{else}}--{{end}}</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{{end}} |
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
@@ -425,7 +432,6 @@ |
|
|
|
})(); |
|
|
|
</script> |
|
|
|
<script> |
|
|
|
console.log({{.version_list_task}}) |
|
|
|
$('.menu .item').tab() |
|
|
|
|
|
|
|
$(document).ready(function () { |
|
|
|