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
The text was updated successfully, but these errors were encountered:
OAHC2022
changed the title
Question about apply_conditioning with self.predict_epsilon in Diffuser
Question about apply_conditioning with self.predict_epsilon during training
Jul 18, 2024
Firstly, thank you for your amazing work!
I have a question regarding the code in diffusion.py (https://github.com/jannerm/diffuser/blob/main/diffuser/models/diffusion.py#L215). Specifically, when
self.predict_epsilon
is set toTrue
, I understand thatx_recon
represents the predicted noise.In this scenario, does applying apply_conditioning to x_recon still make sense? Additionally, if the cond is empty, it seems like the line
at line 212(https://github.com/jannerm/diffuser/blob/main/diffuser/models/diffusion.py#L212) would have no effect. However, I assume this could still be useful to constrain the start condition during training?
Thank you for your time and consideration!
The text was updated successfully, but these errors were encountered: