https://github.com/gojasper/LBM/blob/cafebc46a9ac16dcc61691d289cc4676b5c75380/src/lbm/models/lbm/lbm_model.py#L182 In the paper, x1 is used for pixel loss, but in the code, x0 is used. Am I missing anything? <img width="458" height="51" alt="Image" src="https://github.com/user-attachments/assets/7712de09-9476-4bbb-a2bc-dfdd34a81e0b" /> <img width="303" height="46" alt="Image" src="https://github.com/user-attachments/assets/d4ecd8bb-39c8-49e9-b200-be358e1690d6" />
LBM/src/lbm/models/lbm/lbm_model.py
Line 182 in cafebc4
In the paper, x1 is used for pixel loss, but in the code, x0 is used. Am I missing anything?