mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
Bugfix to Partial diffusion where partial_t doesn't affect output (#138)
Return noise_schedule instead of t_hat
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user