|
@@ -271,7 +271,7 @@ td, th { |
|
|
</tr> |
|
|
</tr> |
|
|
<tr class="ti-no-ng-animate"> |
|
|
<tr class="ti-no-ng-animate"> |
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
计算资源 |
|
|
|
|
|
|
|
|
{{$.i18n.Tr "repo.modelarts.computing_resources"}} |
|
|
</td> |
|
|
</td> |
|
|
<td class="ti-text-form-content"> |
|
|
<td class="ti-text-form-content"> |
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-computeresource"> |
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-computeresource"> |
|
@@ -281,7 +281,7 @@ td, th { |
|
|
</tr> |
|
|
</tr> |
|
|
<tr class="ti-no-ng-animate"> |
|
|
<tr class="ti-no-ng-animate"> |
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
任务类型 |
|
|
|
|
|
|
|
|
{{$.i18n.Tr "cloudbrain.task_type"}} |
|
|
</td> |
|
|
</td> |
|
|
<td class="ti-text-form-content"> |
|
|
<td class="ti-text-form-content"> |
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-computeresource"> |
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-computeresource"> |
|
@@ -300,32 +300,39 @@ td, th { |
|
|
</div> |
|
|
</div> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
|
|
{{$.i18n.Tr "repo.cloudbrain.time.starttime"}} |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
|
|
创建时间 |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w"> |
|
|
|
|
|
<span style="font-size: 12px;" class=""> |
|
|
|
|
|
{{TimeSinceUnix1 .CreatedUnix}} |
|
|
|
|
|
</span> |
|
|
|
|
|
</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.train_job.dura_time"}} |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName"> |
|
|
|
|
|
{{if not (eq .StartTime 0)}} |
|
|
|
|
|
{{TimeSinceUnix1 .StartTime}} |
|
|
|
|
|
{{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.cloudbrain.time.endtime"}} |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-duration"> |
|
|
|
|
|
{{$.duration}} |
|
|
|
|
|
</div> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName"> |
|
|
|
|
|
{{if not (eq .EndTime 0)}} |
|
|
|
|
|
{{TimeSinceUnix1 .EndTime}} |
|
|
|
|
|
{{else}} |
|
|
|
|
|
-- |
|
|
|
|
|
{{end}} |
|
|
|
|
|
</div> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</tbody> |
|
|
</tbody> |
|
@@ -401,38 +408,19 @@ td, th { |
|
|
</div> |
|
|
</div> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
|
|
开始运行时间 |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName"> |
|
|
|
|
|
{{if not (eq .StartTime 0)}} |
|
|
|
|
|
{{TimeSinceUnix1 .StartTime}} |
|
|
|
|
|
{{else}} |
|
|
|
|
|
-- |
|
|
|
|
|
{{end}} |
|
|
|
|
|
</div> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
|
|
|
|
|
|
<tr class="ti-no-ng-animate"> |
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
结束运行时间 |
|
|
|
|
|
|
|
|
{{$.i18n.Tr "repo.modelarts.train_job.dura_time"}} |
|
|
</td> |
|
|
</td> |
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
<td class="ti-text-form-content"> |
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName"> |
|
|
|
|
|
{{if not (eq .EndTime 0)}} |
|
|
|
|
|
{{TimeSinceUnix1 .EndTime}} |
|
|
|
|
|
{{else}} |
|
|
|
|
|
-- |
|
|
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-duration"> |
|
|
|
|
|
{{$.duration}} |
|
|
</div> |
|
|
</div> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
|
|
|
</tbody> |
|
|
</tbody> |
|
|
</table> |
|
|
</table> |
|
|
</div> |
|
|
</div> |
|
|