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
#2586
Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2667/head
zouap
2 years ago
parent
72faea0654
commit
faba3350fd
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
templates/repo/cloudbrain/inference/show.tmpl
+3
-1
templates/repo/cloudbrain/show.tmpl
+ 3
- 1
templates/repo/cloudbrain/inference/show.tmpl
View File
@@ -468,7 +468,9 @@
<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{.DatasetName}}
{{range $m ,$n := $.datasetDownload}}
<a href="{{.RepositoryLink}}">{{.DatasetName}}</a>
{{end}}
</div>
</td>
</tr>
+ 3
- 1
templates/repo/cloudbrain/show.tmpl
View File
@@ -412,7 +412,9 @@
<td class="ti-text-form-content">
<div class="text-span text-span-w"
id="{{.VersionName}}-BenchmarkTypeName">
{{.DatasetName}}
{{range $m ,$n := $.datasetDownload}}
<a href="{{.RepositoryLink}}">{{.DatasetName}}</a>
{{end}}
</div>
</td>
</tr>
Write
Preview
Loading…
Cancel
Save