DALI Release 1.16.1
Using DALI 1.16.1
To upgrade to DALI 1.16.1 from an older version of DALI, follow the installation and usage information in the DALI User Guide.
Note: The internal DALI C++ API used for operator’s implementation, and
the C++ API that enables using DALI as a library from native code, is
not yet officially supported. Hence these APIs may change in the next release
without advance notice.
Key Features and Enhancements
This release includes bug fixes, so there are no key features and enhancements.
Fixed Issues
Here are the fixed issues in this release:
- Fixed an issue where fn.decoders.image was leaking memory on corrupted
images (#4138).
- Fixed a memory leak in the libjpeg-turbo decoder implementation to handle corrupted images (#4138).
- Fixed a crash in the fn.readers.numpy, when pad_last_batch is set, and more then one thread is used by DALI (#4056).
- Fixed a faulty check that prevented the feed_input method from working after the pipeline was deserialized (#4096).