Skip to content

Commit 7c94a8d

Browse files
committed
add doc
Signed-off-by: Can-Zhao <[email protected]>
1 parent bdf6d03 commit 7c94a8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/networks.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ Utilities
753753

754754
Noise Schedulers
755755
----------------
756+
.. automodule:: monai.networks.schedulers
756757
.. currentmodule:: monai.networks.schedulers
757758

758759
`Scheduler`

monai/networks/schedulers/rectified_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class RFlowScheduler(Scheduler):
7171
Supports uniform and logit-normal sampling methods, timestep transformation for
7272
different resolutions, and noise addition during diffusion.
7373
74-
Attributes:
74+
Args:
7575
num_train_timesteps (int): Total number of training timesteps.
7676
use_discrete_timesteps (bool): Whether to use discrete timesteps.
7777
sample_method (str): Training time step sampling method ('uniform' or 'logit-normal').

0 commit comments

Comments
 (0)