Recent Releases of sopt
sopt - Stochastic update and operator norms functionality
What's Changed
- Add stochastic update functionality to FB algorithm by @mmcleod89 in https://github.com/astro-informatics/sopt/pull/445
- Operator Norms by @mmcleod89 in https://github.com/astro-informatics/sopt/pull/446
Full Changelog: https://github.com/astro-informatics/sopt/compare/v5.0.0...V5.0.1
- C++
Published by tkoskela about 1 year ago
sopt - Add ONNX Support and Benchmarks
What's Changed
- Update version of the sopt library by @tkoskela in https://github.com/astro-informatics/sopt/pull/434
- use namespace with ORT lib by @20DM in https://github.com/astro-informatics/sopt/pull/435
- Sync version number by @20DM in https://github.com/astro-informatics/sopt/pull/436
- Add CRR model to Forward Backward Algorithm by @mmcleod89 in https://github.com/astro-informatics/sopt/pull/421
- Update version number for new release by @mmcleod89 in https://github.com/astro-informatics/sopt/pull/437
- Fix building of benchmarks by @tkoskela in https://github.com/astro-informatics/sopt/pull/433
- Update README.md by @tkoskela in https://github.com/astro-informatics/sopt/pull/431
- Primal Dual debugging by @mmcleod89 in https://github.com/astro-informatics/sopt/pull/438
- Fix normalisation of initial guess by @mmcleod89 in https://github.com/astro-informatics/sopt/pull/439
- Propagate external ONNXrt config by @20DM in https://github.com/astro-informatics/sopt/pull/440
- ORT options consistency by @20DM in https://github.com/astro-informatics/sopt/pull/441
- Set number of threads used by ONNX runtime by @tkoskela in https://github.com/astro-informatics/sopt/pull/442
- Mm/onnx parameter tweaks by @mmcleod89 in https://github.com/astro-informatics/sopt/pull/443
- Add gradient helper for stochastic algorithm by @20DM in https://github.com/astro-informatics/sopt/pull/444
- Add Fedora image by @20DM in https://github.com/astro-informatics/sopt/pull/432
Full Changelog: https://github.com/astro-informatics/sopt/compare/v4.2.0...v5.0.0
- C++
Published by tkoskela over 1 year ago
sopt - Update build system and tests
427
- Add support for dynamic input/output node shapes in ONNXrt interface
- Remove Conan support #424
- Test data is installed to install directory
- Tests read data with relative paths
- C++
Published by tkoskela over 1 year ago
sopt - Fixing the build system and logging
Add missing <ctime> includes
Make sure Conan passes on command-line options to CMake
Disable MPI support by default
Add custom logger
Remove spdlog dependency
- C++
Published by mmcleod89 about 2 years ago
sopt - Initial Tensorflow Model Release
- Add tensor flow model (via cppflow library) as an alternative to proximal approach to minimisation in the forward-backward algorithm.
- Add Conan based build system to manage dependencies and updates to CI
- Bug fixes
- Refactoring and linting to modernise some code
- C++
Published by mmcleod89 almost 3 years ago
sopt - Fixing the version number
Minor release to include the version numbers
- C++
Published by dpshelio over 7 years ago
sopt - MPI and MAP Estimation Release
- Added Forward Backward Algorithm (FISTA)
- Added MPI wrappers and functionality
- Added Joint MAP estimation
- Added MPI to wavelet operator (i.e SARA)
- Added MPI to ADMM and Dual Forward Backward convergence criteria
- Added MPI to Forward Backward convergence criteria
- Added MPI to proximal operators
- Added credible region estimation
- 1d SARA wavelet transform now works
- C++
Published by Luke-Pratley over 7 years ago