DALI Release 1.14.0
Using DALI 1.14.0
To upgrade to DALI 1.14.0 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 DALI release includes the following key features and
enhancements:
Fixed Issues
Here are the fixed issues in this release:
- Fixed the compatibility with TensorFlow 2.9 by adding a propagation type to DALIDataset (#3875).
- Added a missing check when the number of files and labels match in the experimental video reader (#3903)
- Added a missing check when the number of samples is greater or equal to the number of shards in readers (#3856).
- Fixed scalars handling in the GPU cast operator (#3924).