This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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 #1345引入的表单校验问题
tags/v1.22.7.2^2
chenshihai
3 years ago
parent
86a2f495ee
commit
29d0762246
6 changed files
with
12 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
templates/repo/cloudbrain/inference/new.tmpl
+2
-1
templates/repo/cloudbrain/trainjob/new.tmpl
+2
-1
templates/repo/grampus/trainjob/gpu/new.tmpl
+2
-1
templates/repo/grampus/trainjob/npu/new.tmpl
+2
-1
templates/repo/modelarts/inferencejob/new.tmpl
+2
-1
templates/repo/modelarts/trainjob/new.tmpl
+ 2
- 1
templates/repo/cloudbrain/inference/new.tmpl
View File
@@ -497,6 +497,7 @@
}
validate();
$('.ui.create_train_job.green.button').click(function(e) {
send_run_para()
send_run_para();
validate();
})
</script>
+ 2
- 1
templates/repo/cloudbrain/trainjob/new.tmpl
View File
@@ -499,6 +499,7 @@
}
validate();
$('.ui.create_train_job.green.button').click(function (e) {
send_run_para()
send_run_para();
validate();
})
</script>
+ 2
- 1
templates/repo/grampus/trainjob/gpu/new.tmpl
View File
@@ -446,6 +446,7 @@
}
validate();
$('.ui.create_train_job.green.button').click(function(e) {
send_run_para()
send_run_para();
validate();
})
</script>
+ 2
- 1
templates/repo/grampus/trainjob/npu/new.tmpl
View File
@@ -478,6 +478,7 @@
validate();
$('.ui.create_train_job.green.button').click(function(e) {
get_name()
send_run_para()
send_run_para();
validate();
})
</script>
+ 2
- 1
templates/repo/modelarts/inferencejob/new.tmpl
View File
@@ -522,6 +522,7 @@
validate();
$('.ui.create_train_job.green.button').click(function(e) {
send_run_para()
get_name()
get_name();
validate();
})
</script>
+ 2
- 1
templates/repo/modelarts/trainjob/new.tmpl
View File
@@ -531,6 +531,7 @@
validate();
$('.ui.create_train_job.green.button').click(function (e) {
get_name()
send_run_para()
send_run_para();
validate();
})
</script>
Write
Preview
Loading…
Cancel
Save