diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:16:24 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:16:24 +0200 |
| commit | 146014b8e7ff0e9fd1020e62cabcce471f988728 (patch) | |
| tree | 246e45477ac9776685d05889693fc18ea3bed418 /data/recursive_dataset.py | |
| parent | b57cac1c21fbbdc9986b0304594c31255b227d60 (diff) | |
k
Diffstat (limited to 'data/recursive_dataset.py')
| -rw-r--r-- | data/recursive_dataset.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index 84a6307..b399909 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -31,6 +31,9 @@ class RecursiveDataset(BaseDataset): return {'A': A, 'A_paths': A_path} + def load_data(self): + return self + def __len__(self): return float("inf") |
