Recent Releases of dnnf
dnnf - v0.1.5
Small bugfixes and improvements to code quality. We have adopted black and isort as part of our code formatting style requirements. We have also updated the installation script and Dockerfile. The Dockerfile now installs the verification and falsification benchmarks from the dlshriver/dnnv-benchmarks repo.
Fixes: - At some point a change to dnnv broke multi-processing in dnnf. This release should fix that issue (fixed in 3d21eeb). - The pytorch converter's flatten implementation could return incorrect shapes due to incorrect computation of the new shape. This was fixed in b40f1f7. - Split operations do not yet exist in dnnv, which could cause dnnf to fail to run. This was fixed in 674082a.
- Python
Published by dlshriver about 4 years ago