|
@@ -56,7 +56,7 @@ |
|
|
margin:10px 5px ; |
|
|
margin:10px 5px ; |
|
|
} |
|
|
} |
|
|
.tab_2_content { |
|
|
.tab_2_content { |
|
|
min-height: 360px; |
|
|
|
|
|
|
|
|
min-height: 425px; |
|
|
margin-left: 10px; |
|
|
margin-left: 10px; |
|
|
} |
|
|
} |
|
|
.ac-grid { |
|
|
.ac-grid { |
|
@@ -250,24 +250,51 @@ td, th { |
|
|
</div> |
|
|
</div> |
|
|
</td> |
|
|
</td> |
|
|
</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.train_job.start_time"}} |
|
|
|
|
|
|
|
|
{{$.i18n.Tr "repo.modelarts.createtime"}} |
|
|
</td> |
|
|
</td> |
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
<td class="ti-text-form-content"> |
|
|
<div class="text-span text-span-w"> |
|
|
<div class="text-span text-span-w"> |
|
|
<span style="font-size: 12px;" class=""> |
|
|
<span style="font-size: 12px;" class=""> |
|
|
{{if not (eq .StartTime 0)}} |
|
|
|
|
|
{{TimeSinceUnix1 .StartTime}} |
|
|
|
|
|
{{else}} |
|
|
|
|
|
{{TimeSinceUnix1 .CreatedUnix}} |
|
|
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
{{TimeSinceUnix1 .CreatedUnix}} |
|
|
</span> |
|
|
</span> |
|
|
</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> |
|
|
|
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-startTime"> |
|
|
|
|
|
{{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}}-EndTime"> |
|
|
|
|
|
{{if not (eq .EndTime 0)}} |
|
|
|
|
|
{{TimeSinceUnix1 .EndTime}} |
|
|
|
|
|
{{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"}} |
|
|
{{$.i18n.Tr "repo.modelarts.train_job.dura_time"}} |
|
@@ -292,16 +319,29 @@ 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.cloudbrain.benchmark.evaluate_scenes"}} |
|
|
|
|
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName"> |
|
|
|
|
|
{{.BenchmarkType}} |
|
|
|
|
|
</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.benchmark.evaluate_type"}} |
|
|
{{$.i18n.Tr "repo.cloudbrain.benchmark.evaluate_type"}} |
|
|
|
|
|
|
|
|
</td> |
|
|
</td> |
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
<td class="ti-text-form-content"> |
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName"> |
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkTypeName"> |
|
|
{{$.BenchmarkTypeName}} |
|
|
|
|
|
|
|
|
{{.BenchmarkTypeName}} |
|
|
</div> |
|
|
</div> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</tbody> |
|
|
</tbody> |
|
@@ -319,7 +359,11 @@ td, th { |
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
<td class="ti-text-form-content"> |
|
|
<div class="text-span text-span-w"> |
|
|
<div class="text-span text-span-w"> |
|
|
|
|
|
{{if eq .BenchmarkType "Benchmark"}} |
|
|
train.py |
|
|
train.py |
|
|
|
|
|
{{else}} |
|
|
|
|
|
-- |
|
|
|
|
|
{{end}} |
|
|
</div> |
|
|
</div> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
@@ -330,7 +374,11 @@ td, th { |
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
<td class="ti-text-form-content"> |
|
|
<div class="text-span text-span-w"> |
|
|
<div class="text-span text-span-w"> |
|
|
|
|
|
{{if eq .BenchmarkType "Benchmark"}} |
|
|
test.py |
|
|
test.py |
|
|
|
|
|
{{else}} |
|
|
|
|
|
-- |
|
|
|
|
|
{{end}} |
|
|
</div> |
|
|
</div> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
@@ -342,11 +390,25 @@ td, th { |
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
<td class="ti-text-form-content"> |
|
|
<div class="text-span text-span-w" title="{{.Description}}"> |
|
|
<div class="text-span text-span-w" title="{{.Description}}"> |
|
|
|
|
|
{{if .Description}} |
|
|
{{.Description}} |
|
|
{{.Description}} |
|
|
|
|
|
{{else}} |
|
|
|
|
|
-- |
|
|
|
|
|
{{end}} |
|
|
</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 "cloudbrain.gpu_type"}} |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w"> |
|
|
|
|
|
{{$.resource_type}} |
|
|
|
|
|
</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.standard"}} |
|
|
{{$.i18n.Tr "repo.modelarts.train_job.standard"}} |
|
@@ -358,7 +420,17 @@ 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.model_manager"}} |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-mirror"> |
|
|
|
|
|
{{$.datasetname}} |
|
|
|
|
|
</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.cloudbrain_creator"}} |
|
|
{{$.i18n.Tr "repo.cloudbrain_creator"}} |
|
@@ -371,16 +443,21 @@ td, th { |
|
|
</td> |
|
|
</td> |
|
|
</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"> |
|
|
|
|
|
{{$.i18n.Tr "repo.cloudbrain.benchmark.evaluate_child_type"}} |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkChildTypeName"> |
|
|
|
|
|
{{$.BenchmarkChildTypeName}} |
|
|
|
|
|
</div> |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
<td class="ti-no-ng-animate ti-text-form-label text-width80"> |
|
|
|
|
|
{{$.i18n.Tr "repo.cloudbrain.benchmark.evaluate_child_type"}} |
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkChildTypeName"> |
|
|
|
|
|
{{if $.BenchmarkChildTypeName}} |
|
|
|
|
|
{{$.BenchmarkChildTypeName}} |
|
|
|
|
|
{{else}} |
|
|
|
|
|
-- |
|
|
|
|
|
{{end}} |
|
|
|
|
|
</div> |
|
|
|
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
|
|
|
</tbody> |
|
|
</tbody> |
|
|
</table> |
|
|
</table> |
|
|
</div> |
|
|
</div> |
|
|