diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/recursive_dataset.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index b655147..15151d9 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -31,9 +31,6 @@ class RecursiveDataset(BaseDataset): return {'A': A, 'A_paths': A_path} - def load_data(self): - return self - def __len__(self): return 10000000 |
