This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
tags/v1.22.7.1
zhoupzh
3 years ago
parent
1f8a22aa93
commit
81bb92a17d
2 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
templates/repo/cloudbrain/trainjob/new.tmpl
+1
-0
templates/repo/modelarts/inferencejob/index.tmpl
+ 0
- 4
templates/repo/cloudbrain/trainjob/new.tmpl
View File
@@ -212,10 +212,6 @@
<div id="select-multi-dataset">
</div>
<!-- {{template "custom/select_dataset_train" .}} -->
<span class="tooltips"
style="margin-left: 11.5rem;margin-bottom: 1rem;">训练脚本存储在/code中,数据集存储在/dataset中,训练输出请存储在/model中以供后续下载。</span>
<div class="inline min_title field">
+ 1
- 0
templates/repo/modelarts/inferencejob/index.tmpl
View File
@@ -161,6 +161,7 @@
<div class="ui compact buttons">
{{$.CsrfTokenHtml}}
{{if .CanModify}}
{{.gpu_type}}
<a style="padding: 0.5rem 1rem;margin-left:0.2rem" id="model-download-{{.JobID}}" href="{{$.RepoLink}}/modelarts/inference-job/{{.JobID}}/downloadall?version_name={{.VersionName}}" class="ui basic blue button" style="border-radius: .28571429rem;">
{{$.i18n.Tr "repo.model_download"}}
</a>
Write
Preview
Loading…
Cancel
Save