File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
monai/networks/schedulers Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -753,6 +753,7 @@ Utilities
753753
754754Noise Schedulers
755755----------------
756+ .. automodule :: monai.networks.schedulers
756757.. currentmodule :: monai.networks.schedulers
757758
758759`Scheduler `
Original file line number Diff line number Diff 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').
You can’t perform that action at this time.
0 commit comments