1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Rewrote googlenet tests

This commit is contained in:
Aleksandr Rybnikov
2017-06-29 16:45:17 +03:00
parent 6ba22dea46
commit 7d1140340e
5 changed files with 52 additions and 18 deletions
@@ -198,6 +198,8 @@ public:
bool setActivation(const Ptr<ActivationLayer>& layer)
{
activ = layer;
if (activ.empty())
reluslope.clear();
return !activ.empty();
}