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
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
api
zouap
2 years ago
parent
6cd498b0aa
commit
8bd5a7cb32
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
templates/repo/modelmanage/index.tmpl
+1
-1
templates/repo/modelmanage/showinfo.tmpl
+ 1
- 0
templates/repo/modelmanage/index.tmpl
View File
@@ -414,6 +414,7 @@
})
}
function loadTrainVersion(value) {
let tmp = $('#choice_model input[name="jobId"]').val();
let jobId = !value ? $('#choice_model input[name="jobId"]').val() : value
$.get(`${repolink}/modelmanage/query_train_job_version?jobId=${jobId}`, (data) => {
const n_length = data.length
+ 1
- 1
templates/repo/modelmanage/showinfo.tmpl
View File
@@ -297,7 +297,7 @@ function transObj(data){
Precision:modelAcc.Precision || '--',
Recall: modelAcc.Recall || '--'
}
return [initObj,initModelAcc,
ID
]
return [initObj,initModelAcc,
id
]
}
function transTime(time){
Write
Preview
Loading…
Cancel
Save