Xxxxxxxi

Results 3 comments of Xxxxxxxi

same problem

hello,Have you solved this problem?I have same problem with python3.6..

> try to replace function **_smooth_l1_loss** with this code. > > ``` > def _smooth_l1_loss(x, t, in_weight, sigma): > sigma2 = sigma ** 2 > diff = in_weight * (x...