|
|
|
@@ -76,6 +76,7 @@ |
|
|
|
<div class="repository"> |
|
|
|
{{template "repo/header" .}} |
|
|
|
<div class="ui container"> |
|
|
|
<div class="cloudbrain-type" style="display: none;" data-cloudbrain-type="{{.cloudbraintype}}" data-repo-link="{{.RepoLink}}"></div> |
|
|
|
{{template "base/alert" .}} |
|
|
|
<h4 class="ui top attached header"> |
|
|
|
{{.i18n.Tr "repo.modelarts.train_job.new"}} |
|
|
|
@@ -189,7 +190,9 @@ |
|
|
|
<div id="images-new-cb"> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div id="select-multi-dataset"> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="inline unite min_title field required"> |
|
|
|
<label style="font-weight: normal;">{{.i18n.Tr "repo.modelarts.train_job.start_file"}}</label> |
|
|
|
{{if .bootFile}} |
|
|
|
@@ -208,7 +211,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{{template "custom/select_dataset_train" .}} |
|
|
|
<!-- {{template "custom/select_dataset_train" .}} --> |
|
|
|
<span class="tooltips" |
|
|
|
style="margin-left: 11.5rem;margin-bottom: 2rem;">训练脚本存储在/code中,数据集存储在/dataset中,训练输出请存储在/model中以供后续下载。</span> |
|
|
|
<div class="inline unite min_title field"> |
|
|
|
|