Avoid SyntaxWarning in UniPC docstring (#5442)
This commit is contained in:
parent
1af4a47fd1
commit
1c8286a44b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue