-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
bugSomething isn't workingSomething isn't workingexamplehelp wantedOpen to be worked onOpen to be worked onpriority: 1Medium priority taskMedium priority task
Milestone
Description
🐛 Bug
failing DALI example after upgrading to 0.28
self = <pl_examples.basic_examples.dali_image_classifier.DALIClassificationLoader object at 0x7f1180070b90> | 820s
| def __len__(self):
| batch_count = self._size // (self._num_gpus * self.batch_size)
| > last_batch = 1 if self._fill_last_batch else 0
| E AttributeError: 'DALIClassificationLoader' object has no attribute '_fill_last_batch'
| pl_examples/basic_examples/dali_image_classifier.py:104: AttributeError
To Reproduce
Additional context
it happened after v0.28 release
https://github.com/NVIDIA/DALI/releases/tag/v0.28.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingexamplehelp wantedOpen to be worked onOpen to be worked onpriority: 1Medium priority taskMedium priority task