Use correct BN MIN Epsilon

This commit is contained in:
thnkinbtfly
2020-12-11 23:26:45 +09:00
committed by GitHub
parent b8855b9599
commit f329b89acb
+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