leeyoshinari / YOLO_v2

The implementation of YOLO v2 with TensorFlow
GNU General Public License v3.0
80 stars 38 forks source link

where is the relu? #44

Open idealboy opened 4 years ago

idealboy commented 4 years ago

thank you!

idealboy commented 4 years ago

when batchnorm is using, the relu is tf.maximum(alpha*conv, conv), but when batchnorm is false, where is the relu? thank you

AnkaChan commented 2 years ago

Same here Very confusing.