Avoid SyntaxWarning in UniPC docstring (#5442)

This commit is contained in:
Aarni Koskela 2024-10-31 21:17:26 +02:00 committed by GitHub
parent c1473e99c8
commit b1f3e4513d

View File

@ -16,7 +16,7 @@ class NoiseScheduleVP:
continuous_beta_0=0.1,
continuous_beta_1=20.,
):
"""Create a wrapper class for the forward SDE (VP type).
r"""Create a wrapper class for the forward SDE (VP type).
***
Update: We support discrete-time diffusion models by implementing a picewise linear interpolation for log_alpha_t.