"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "76d012454ed42be26d2e1b7897a4805c5b747420"
Commit 9a8967a4 authored by rocking's avatar rocking
Browse files

Fix argc number

parent e7eeb122
...@@ -70,7 +70,7 @@ int profile_groupnorm(int argc, char* argv[]) ...@@ -70,7 +70,7 @@ int profile_groupnorm(int argc, char* argv[])
return 0; return 0;
} }
if(argc == 14) if(argc == 13)
{ {
data_type = static_cast<ck::DataTypeEnum>(std::stoi(argv[2])); data_type = static_cast<ck::DataTypeEnum>(std::stoi(argv[2]));
do_verification = std::stoi(argv[3]); do_verification = std::stoi(argv[3]);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment