This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix
pull/307/head
wangxiaotian22
4 years ago
parent
f881d92189
commit
00fd894890
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
parser/caffe/caffe_parser.cc
+ 1
- 1
parser/caffe/caffe_parser.cc
View File
@@ -371,7 +371,7 @@ Status CaffeModelParser::ParseInput(domi::caffe::NetParameter &proto_message, bo
} else {
ErrorManager::GetInstance().ATCReportErrMessage("E11002");
GELOGE(FAILED, "[Check][Size]Model has no input.");
return PARAM_INVALID
;
return PARAM_INVALID
;
}
return SUCCESS;
}
Write
Preview
Loading…
Cancel
Save