Villjoie

Results 1 comments of Villjoie

I solved this by changing the Dtype scale = std::max( std::max(fabs(computed_gradient), fabs(estimated_gradient)), 1.); to Dtype scale = std::max( std::max(fabs(computed_gradient), fabs(estimated_gradient)), Dtype(1.));