Releases: jim-meyer/lottery_ticket_pruner
Releases · jim-meyer/lottery_ticket_pruner
v0.8.1: `import keras` fix + install on AWS DL AMI fix (#10)
Changed setup.py to allow this package to be installed in AWS deep learning AMIs where "tensorflow" package is named "tensorflow-gpu".
Fixed bug whereby pruning would not be done if keras was imported via import keras. Using import tensorflow.keras as keras or from tensorflow.python import keras were working fine though.
First official release
First official release
v0.0.1a13: Actions2 (#8)
* Fixed problems when using the package standalone to run the examples Co-authored-by: jim.meyer <no-reply>
v0.0.1a12: Actions2 (#7)
Testing automatic posting to test.pypi.org and then pypi.org
v0.0.1a9: Bump tensorflow from 1.13.1 to 1.15.2 (#4)
Dummy version to test github actions ability to auto-post built package to pypi.org
v0.0.1a10: Bump tensorflow from 1.13.1 to 1.15.2 (#4)
Testing publishing action workflow
v0.0.1a8: Initial draft (#3)
Dummy version to test github actions ability to auto-post built package to pypi.org
v0.0.1-alpha.1: Initial draft (#3)
Testing github action to auto-upload to testpypi.org
v0.0.1-alpha: Initial draft (#3)
Creating this release to test automatic upload of python package to testpypi.org