Use correct BN MIN Epsilon #168

Closed
thnkinbtfly wants to merge 1 commits from master into master
+1 -1
View File
@@ -32,7 +32,7 @@ enum layerType_t {
LAYER_YOLO LAYER_YOLO
}; };
#define TKDNN_BN_MIN_EPSILON 1e-5 #define TKDNN_BN_MIN_EPSILON 1e-6
/** /**
Simple layer Father class Simple layer Father class