update comment

This commit is contained in:
Pepijn 2025-03-17 08:41:36 +01:00
parent 3b6fff70e1
commit 1892aa1b08
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ class PrioritizedSampler(Sampler[int]):
Args:
data_len: Total number of samples in the dataset.
alpha: Exponent for priority scaling. Default is 0.6.
beta: Used in important sampling (IS). Default is 0.4,
eps: Small constant to avoid zero priorities.
num_samples_per_epoch: Number of samples per epoch (default is data_len).
"""