leeyoshinari / YOLO_v2

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

这是我找到的用TenosorFlow实现YOLO_v2最好的版本 #11

Open SmokerX opened 6 years ago

leeyoshinari commented 6 years ago

Thank you for your appreciation of the repository.

jks88990041 commented 2 years ago

你好 我想问一下 就是这个训练收敛的并不好。 并且我在网络中并没有看到leaky relu函数呢。 = =接受有偿回答。

leeyoshinari commented 2 years ago

@jks88990041 请认真看论文,认真看代码,都看完后再来问问题;连leaky relu都没有找到,还想让模型收敛?

jks88990041 commented 2 years ago

不好意思 我看到了 conv = tf.maximum(self.alpha * conv, conv) 确实是leaky的意思 但还是想问下,模型不是很收敛,有出现 NaN的情况 应该怎么解决