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
f724b57d84
commit
6e679a14ba
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/modelmanage/index.tmpl
+ 1
- 1
templates/repo/modelmanage/index.tmpl
View File
@@ -454,7 +454,7 @@
type=0;
type=0;
}
}
}
}
$.get(`${repolink}/modelmanage/query_train_model?jobName=${trainJob.JobName}&type=${type}&versionName=${trainJob.
v
ersionName}`, (data) => {
$.get(`${repolink}/modelmanage/query_train_model?jobName=${trainJob.JobName}&type=${type}&versionName=${trainJob.
V
ersionName}`, (data) => {
const n_length = data.length
const n_length = data.length
let file_html=''
let file_html=''
let firstFileName =''
let firstFileName =''
Write
Preview
Loading…
Cancel
Save