Bugfix to Partial diffusion where partial_t doesn't affect output (#138)

Return noise_schedule instead of t_hat
This commit is contained in:
Jasper Butcher
2025-12-27 12:27:19 +00:00
committed by GitHub
parent 48c8966345
commit 122f39b7e8

View File

@@ -120,8 +120,10 @@ class SampleDiffusionWithMotif(SampleDiffusionConfig):
ranked_logger.info(
f"Using fallback: final step with t={noise_schedule[0].item():.6f}"
)
else:
noise_schedule = t_hat
return t_hat
return noise_schedule
def _get_initial_structure(
self,