Tuyen Vo

Results 5 comments of Tuyen Vo

> Cross entropy is used as proposed in the original paper: > > ``` > predictions_a = Dense(units=101, kernel_initializer=self._weight_init, use_bias=self._use_bias, > kernel_regularizer=l2(self._weight_decay), activation="softmax")(flatten) > ``` @yu4u Why dont you compute...

@allanzelener , @shadySource

@RRdmlearning, Yolo paper refers to using square root for width/height for stability loss optimization, but it seems here the author did not use it.

@haopo2005, have you found the solution? i met the same problem

@zhanglaplace, how did you solve the problem, i met the same problem