Skip to content
Snippets Groups Projects
Commit 1fb0f4e4 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data.utils] Avoid sphinx warning on double documentation

parent 26ffc8ba
No related branches found
No related tags found
1 merge request!16Use pytest instead of nose
Pipeline #45858 failed
...@@ -126,16 +126,6 @@ class SampleListDataset(torch.utils.data.Dataset): ...@@ -126,16 +126,6 @@ class SampleListDataset(torch.utils.data.Dataset):
sample. sample.
Attributes
----------
transforms : list
An accessor to the list of transforms to be applied (excluding the last
transform, which is fixed). Notice that, after setting, a last transform
(:py:class:`bob.ip.binseg.data.transforms.ToTensor`) is always applied
- you do not need to add that.
Parameters Parameters
---------- ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment