Skip to content

Commit

Permalink
Update returnn/datasets/audio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Apr 5, 2024
1 parent 67b2247 commit 8004f5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions returnn/datasets/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ def __init__(
Value in [0,1] to specify the fraction, or integer >=1 which specifies number of seqs.
If given, will use this random subset. This will be applied initially at loading time,
i.e. not dependent on the epoch.
If fixed_random_subset_seed is not given it will use an internally hardcoded fixed random seed,
i.e. it's deterministic.
It uses the fixed fixed_random_subset_seed as seed, i.e. it's deterministic.
:param int fixed_random_subset_seed: Seed for drawing the fixed random subset, default 42
:param dict|None epoch_wise_filter: see init_seq_order
"""
Expand Down

0 comments on commit 8004f5a

Please sign in to comment.