This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
delete caffe input check
pull/307/head
wangxiaotian22
4 years ago
parent
00fd894890
commit
397be2f7d8
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
parser/caffe/caffe_parser.cc
+ 0
- 4
parser/caffe/caffe_parser.cc
View File
@@ -368,10 +368,6 @@ Status CaffeModelParser::ParseInput(domi::caffe::NetParameter &proto_message, bo
input_data_flag = true;
}
}
} else {
ErrorManager::GetInstance().ATCReportErrMessage("E11002");
GELOGE(FAILED, "[Check][Size]Model has no input.");
return PARAM_INVALID;
}
return SUCCESS;
}
Write
Preview
Loading…
Cancel
Save