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 1af4a47fd1
commit 1c8286a44b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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.