diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 14:03:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 14:03:49 +0200 |
| commit | 7fa8cfe96edf233bf81da2043de5def3eccc4bea (patch) | |
| tree | 38e5907a1747af1f39830fc5034d9c8e0da1332b /data | |
| parent | f8e0319881ab38a5d6bcce280b01ada6ba2cd965 (diff) | |
k
Diffstat (limited to 'data')
| -rw-r--r-- | data/recursive_dataset.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index 15151d9..2560c3b 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -35,6 +35,7 @@ class RecursiveDataset(BaseDataset): return 10000000 def append(self, path): + print('append', path) self.next_image = path def name(self): |
