This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
修改样式。
Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap
3 years ago
parent
b04c7c39bf
commit
4c68665dea
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
templates/repo/modelmanage/convertIndex.tmpl
+1
-0
templates/repo/modelmanage/index.tmpl
+ 1
- 0
templates/repo/modelmanage/convertIndex.tmpl
View File
@@ -366,6 +366,7 @@
data['inputshape']= $('#inputshape').val();
if(inputshapeNotValid(data['inputshape'])){
$('.ui.error.message').text("格式输入错误,请输入如:1,1,32,32,与输入数据格式对应。")
$("#inputshape_div").addClass("error")
return false
}else{
+ 1
- 0
templates/repo/modelmanage/index.tmpl
View File
@@ -149,6 +149,7 @@
</div>
</div>
<label for="VersionName">版本</label>
<span> </span>
<div class="ui dropdown selection search" id="choice_version">
<input type="hidden" id="VersionName" name="VersionName" required>
<div class="default text">选择版本</div>
Write
Preview
Loading…
Cancel
Save