Recent Releases of dunedn
dunedn - 2.0.0-rc
Realease 2.0.0-rc
Welcome to the 2.0.0 release candidate of DUNEdn. There are many updates in this version that we hope you'll like, some of the key highlights include:
* Dropping Args: the class no longer takes care of the user settings, it has been replaced by yaml runcard parsing.
* Refactoring modules: the code has been made more modular introducing the AbstractNet class with methods like compile, fit and predict that mimicks TensorFlow APIs in PyTorch.
* Onnx: added functionality to port models to Onnx format. Added examples for accuracy and performance comparison to PyTorch.
* Documentation: the package documentation is now hosted by dunedn.readthedocs.io.
What's Changed
- Release 1.0.0 by @marcorossi5 in https://github.com/marcorossi5/DUNEdn/pull/8
- Development branch by @marcorossi5 in https://github.com/marcorossi5/DUNEdn/pull/12
Full Changelog: https://github.com/marcorossi5/DUNEdn/compare/1.0.0...2.0.0-rc
- Python
Published by marcorossi5 over 3 years ago
dunedn - 1.0.1
What's Changed
- fixing environment variables loading
- enable continuous integration with pytest testing
- replace print statements with python logging utility
- publish PyPI package
Full Changelog: https://github.com/marcorossi5/DUNEdn/compare/1.0.0...1.0.1
- Python
Published by marcorossi5 about 4 years ago
dunedn - dunedn: first release
dunedn: first release
Full Changelog: https://github.com/marcorossi5/DUNEdn/commits/1.0.0
- Python
Published by marcorossi5 about 4 years ago