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
add branch name
pull/971/head
lewis
3 years ago
parent
4810ecaaeb
commit
f633bf4d57
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
routers/repo/modelarts.go
+ 1
- 0
routers/repo/modelarts.go
View File
@@ -370,6 +370,7 @@ func trainJobNewDataPrepare(ctx *context.Context) error {
ctx.Data["Branches"] = Branches
ctx.Data["Branches"] = Branches
ctx.Data["BranchesCount"] = len(Branches)
ctx.Data["BranchesCount"] = len(Branches)
ctx.Data["params"] = ""
ctx.Data["params"] = ""
ctx.Data["BranchName"] = ctx.Repo.BranchName
configList, err := getConfigList(modelarts.PerPage, 1, modelarts.SortByCreateTime, "desc", "", modelarts.ConfigTypeCustom)
configList, err := getConfigList(modelarts.PerPage, 1, modelarts.SortByCreateTime, "desc", "", modelarts.ConfigTypeCustom)
if err != nil {
if err != nil {
Write
Preview
Loading…
Cancel
Save