mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
This commit is contained in:
@@ -1585,7 +1585,7 @@ void TFImporter::populateNet(Net dstNet)
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (type == "FusedBatchNorm")
|
||||
else if (type == "FusedBatchNorm" || type == "FusedBatchNormV3")
|
||||
{
|
||||
// op: "FusedBatchNorm"
|
||||
// input: "input"
|
||||
|
||||
Reference in New Issue
Block a user