evandowning / deepreflect

Discovering Malicious Functionality through Binary Reconstruction
GNU General Public License v3.0
51 stars 11 forks source link

Nan value of lose and MSE #11

Open Zaibali9999 opened 2 years ago

Zaibali9999 commented 2 years ago

lose = nan - mse = nan while training the model and not improving the values

jimingming commented 5 months ago

I also encountered this issue. This is due to the presence of a feature with a maximum value of 0, which leads to improper normalization that sets 0 as the denominator.

Zaibali9999 commented 5 months ago

Remove those feature which are missing while normalisation

On Sat, 11 May 2024, 03:53 jimingming, @.***> wrote:

I also encountered this issue. This is due to the presence of a feature with a maximum value of 0, which leads to improper normalization that sets 0 as the denominator.

— Reply to this email directly, view it on GitHub https://github.com/evandowning/deepreflect/issues/11#issuecomment-2105416042, or unsubscribe https://github.com/notifications/unsubscribe-auth/APUOQXHCISDZ64ZZP6YZ2KLZBVTYNAVCNFSM5Q4UVXO2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJQGU2DCNRQGQZA . You are receiving this because you authored the thread.Message ID: @.***>