I'm using the readNetFromTensorflow to import a tensorflow pb frozen model. However, I get an error during forward:
Can't create layer "moments/StopGradient" of type "StopGradient"
and i found dnn miss many other tensorflow layer type,for example:
SquaredDifference
Power,
Pow,
RealDiv,
TanH
so, opencv have any plan to add these layers? Or how could I remove this as this is not used in the network any longer after training.
thanks.
I'm using the readNetFromTensorflow to import a tensorflow pb frozen model. However, I get an error during forward:
Can't create layer "moments/StopGradient" of type "StopGradient"
and i found dnn miss many other tensorflow layer type,for example:
SquaredDifference
Power,
Pow,
RealDiv,
TanH
so, opencv have any plan to add these layers? Or how could I remove this as this is not used in the network any longer after training.
thanks.