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>
pull/2480/head
zouap
2 years ago
parent
351dc288b5
commit
9c9807b3ee
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_src/js/components/Model.vue
+ 1
- 1
web_src/js/components/Model.vue
View File
@@ -362,7 +362,7 @@ export default {
},
},
getEngineName(model){
getEngineName(model){
if(model.Engine == 0){
if(model.Engine == 0){
return "Py
t
orch";
return "Py
T
orch";
}else if(model.Engine == 1 || model.Engine == 121){
}else if(model.Engine == 1 || model.Engine == 121){
return "TensorFlow";
return "TensorFlow";
}else if(model.Engine == 2 || model.Engine == 122 || model.Engine == 35){
}else if(model.Engine == 2 || model.Engine == 122 || model.Engine == 35){
Write
Preview
Loading…
Cancel
Save