Skip to content

Releases: jim-meyer/lottery_ticket_pruner

v0.8.1: `import keras` fix + install on AWS DL AMI fix (#10)

20 Jun 22:20
c0ca9c1
Compare
Choose a tag to compare

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

14 Jun 19:29
8e43349
Compare
Choose a tag to compare

First official release

v0.0.1a13: Actions2 (#8)

12 Jun 03:41
754ae5c
Compare
Choose a tag to compare
* Fixed problems when using the package standalone to run the examples

Co-authored-by: jim.meyer <no-reply>

v0.0.1a12: Actions2 (#7)

12 Jun 02:31
194c323
Compare
Choose a tag to compare

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)

11 Jun 14:40
e609326
Compare
Choose a tag to compare

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)

11 Jun 14:46
e609326
Compare
Choose a tag to compare

Testing publishing action workflow

v0.0.1a8: Initial draft (#3)

11 Jun 00:30
48147a2
Compare
Choose a tag to compare

Dummy version to test github actions ability to auto-post built package to pypi.org

v0.0.1-alpha.1: Initial draft (#3)

10 Jun 13:01
48147a2
Compare
Choose a tag to compare

Testing github action to auto-upload to testpypi.org

v0.0.1-alpha: Initial draft (#3)

10 Jun 12:49
48147a2
Compare
Choose a tag to compare
Pre-release

Creating this release to test automatic upload of python package to testpypi.org