This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix issue
pull/3418/head
zhoupzh
2 years ago
parent
f62b76c912
commit
d63aad440e
6 changed files
with
7 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
templates/repo/cloudbrain/inference/show.tmpl
+1
-1
templates/repo/grampus/notebook/show.tmpl
+0
-2
templates/repo/grampus/trainjob/show.tmpl
+0
-2
templates/repo/modelarts/inferencejob/show.tmpl
+1
-1
templates/repo/modelarts/notebook/show.tmpl
+5
-0
templates/repo/modelarts/trainjob/version_new.tmpl
+ 0
- 2
templates/repo/cloudbrain/inference/show.tmpl
View File
@@ -294,7 +294,6 @@
</div>
</div>
<div style="clear:both">
{{if $.datasetDownload}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th>
@@ -315,7 +314,6 @@
</tbody>
</table>
{{end}}
</div>
</div>
+ 1
- 1
templates/repo/grampus/notebook/show.tmpl
View File
@@ -373,7 +373,7 @@
</tbody>
{{end}}
</table>
{{if and (eq .ComputeResource "NPU") ($.modelDownload)}}
{{if and (eq .ComputeResource "NPU") ($.modelDownload
.Name
)}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr>
+ 0
- 2
templates/repo/grampus/trainjob/show.tmpl
View File
@@ -308,7 +308,6 @@
</div>
</div>
<div style="clear:both">
{{if $.datasetDownload}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th>
@@ -327,7 +326,6 @@
{{end}}
</tbody>
</table>
{{end}}
</div>
</div>
</div>
+ 0
- 2
templates/repo/modelarts/inferencejob/show.tmpl
View File
@@ -278,7 +278,6 @@
</div>
</div>
<div style="clear:both">
{{if $.datasetDownload}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr><th style="color: #8a8e99;font-size:12px" class="three wide left aligned">{{$.i18n.Tr "dataset.file"}}</th>
@@ -300,7 +299,6 @@
</tbody>
</table>
{{end}}
</div>
</div>
+ 1
- 1
templates/repo/modelarts/notebook/show.tmpl
View File
@@ -270,7 +270,7 @@
</tbody>
</table>
{{end}}
{{if $.modelDownload}}
{{if $.modelDownload
.Name
}}
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr>
+ 5
- 0
templates/repo/modelarts/trainjob/version_new.tmpl
View File
@@ -13,6 +13,11 @@
.width48{
width: 48.5% !important;
}
.width85{
width: 85% !important;
margin-left: 10.5rem !important;
align-items: center;
}
</style>
{{template "custom/global_mask" .}}
<div class="repository">
Write
Preview
Loading…
Cancel
Save