You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you kindly explain why this form was not used target = (z - noisy_sample) / (1 - t) for the target computation? I would greatly appreciate any insight you can provide.
LBM/src/lbm/models/lbm/lbm_model.py
Line 168 in b41e144
Could you kindly explain why this form was not used
target = (z - noisy_sample) / (1 - t)for the target computation? I would greatly appreciate any insight you can provide.