Created by: slf12
fix smooth l1 loss op shape > 100 test=develop diff = input_x - input_y, sigma = 3.0时 smooth l1 loss如下图所示,是关于diff的一个分段函数 所以在check_grad时,数值梯度使用delta来计算有时会有问题,所以需要将max_relative_error调大。