What's Changed
New Feature Update:
- Added `callbacks` argument. The `simulate_sorn` and `train_sorn` class methods will return `state_dict` and the user requested network states and parameters as a dictionary. * Saran-nns in https://github.com/Saran-nns/sorn/pull/43
Thrashed
- Removed async ops due to the delay in fetching operations between processes and memory. Further, the implemented operations (at current state) are not CPU intensive. * Saran-nns in https://github.com/Saran-nns/sorn/pull/42
**Full Changelog**: https://github.com/Saran-nns/sorn/compare/v0.7.0...v0.7.3