ZJULearning / pixel_link

Implementation of our paper 'PixelLink: Detecting Scene Text via Instance Segmentation' in AAAI2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

怀疑regularization_loss = tf.add_n(tf.get_collection(tf.GraphKeys.REGULARIZATION_LOSSES))

ligw0329 opened this issue · comments

没看到有正则损失,为什么会把这个regularization_loss代入总损失进行训练?

我已经找到了