FATE icon indicating copy to clipboard operation
FATE copied to clipboard

RuntimeError:The model weights are overflow,please check if the input data has been normalized

Open Chuang007 opened this issue 3 years ago • 1 comments

在加入特征选择模块后报错RuntimeError:The model weights are overflow,please check if the input data has been normalized

Chuang007 avatar Oct 08 '22 06:10 Chuang007

这个报错应该是三方(有协调方的)LR组件的报错? 可以加一个scale组件或者binning+onehot去解决这个问题,对数据进行归一化后再进入LR组件,报错是模型权重太大(超过1e8),发散了

mgqa34 avatar Oct 08 '22 08:10 mgqa34