dataloader
FEDataLoader
¶
Bases: DataLoader
Source code in fastestimator\fastestimator\dataset\dataloader.py
shutdown
¶
Close the worker threads used by this iterator.
The hope is that this will prevent "RuntimeError: DataLoader worker (pid(s) XXXX) exited unexpectedly" during the test suites.