Batchnorm eps fix, works on jetpack 4.3
This commit is contained in:
@@ -24,6 +24,8 @@ enum layerType_t {
|
||||
LAYER_YOLO
|
||||
};
|
||||
|
||||
#define TKDNN_BN_MIN_EPSILON 1e-5
|
||||
|
||||
/**
|
||||
Simple layer Father class
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user