diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:26:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:26:47 +0200 |
| commit | 615785cf3ee1c8e8c6c0a6c9a9fdbe121b277644 (patch) | |
| tree | 5b072aad7582d6bfbd52b48493d91caa781770bd /data/recursive_dataset.py | |
| parent | 8d9c8e0622e80a3c56fd232b681185e04345d02e (diff) | |
k
Diffstat (limited to 'data/recursive_dataset.py')
| -rw-r--r-- | data/recursive_dataset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index b399909..b655147 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -35,7 +35,7 @@ class RecursiveDataset(BaseDataset): return self def __len__(self): - return float("inf") + return 10000000 def append(self, path): self.next_image = path |
