Deep-AutoEncoder-Recommendation icon indicating copy to clipboard operation
Deep-AutoEncoder-Recommendation copied to clipboard

masked mse function

Open nedjaimanar opened this issue 1 year ago • 0 comments

in the definition of masked mse function why you set that masked_mse is divided by K.maximum(K.sum(mask_true, axis=-1), 1) and not K.sum(mask_true, axis=-1) ?

nedjaimanar avatar May 29 '23 18:05 nedjaimanar