What's Changed
* switch to omegaconf for hannibal by not-lain in https://github.com/not-lain/pxia/pull/1
* update filenames, switch hannibal to ann, update push_to_hub method to capture username and by not-lain in https://github.com/not-lain/pxia/pull/2
we added a simple ann architecture that supports input types that are not serializable with PyTorchModelHubMixin
python
>>> from pxia import ANN
>>> model = ANN.from_pretrained("phxia/ann")
>>> type (model.cfg)
<class 'omegaconf.dictconfig.DictConfig'>
**Full Changelog**: https://github.com/not-lain/pxia/compare/0.1.0...0.2.0