Commit 379487de authored by Sean Kim's avatar Sean Kim Committed by Facebook GitHub Bot
Browse files

Dataset docstring change (#2575)

Summary:
Quick docstring change, adding extra line to properly parse

Pull Request resolved: https://github.com/pytorch/audio/pull/2575

Reviewed By: mthrok

Differential Revision: D38138566

Pulled By: skim0514

fbshipit-source-id: fc1ed68ed0050e194944714c753fb35adc85b27e
parent 075a7706
...@@ -117,6 +117,7 @@ class MUSDB_HQ(Dataset): ...@@ -117,6 +117,7 @@ class MUSDB_HQ(Dataset):
def __getitem__(self, n: int) -> Tuple[torch.Tensor, int, int, str]: def __getitem__(self, n: int) -> Tuple[torch.Tensor, int, int, str]:
"""Load the n-th sample from the dataset. """Load the n-th sample from the dataset.
Args: Args:
n (int): The index of the sample to be loaded n (int): The index of the sample to be loaded
Returns: Returns:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment