lambda-packs
lambda-packs copied to clipboard
[WIP] Update Tensorflow to 1.12 (and v2)
Concept
As Tensorflow's latest version is 1.12.0 and planning to release 2.0 near future, we should consider update it to 1.12 and 2.0.
Plan
- Add Pack with tensorflow 1.12
- Add Pack with tensorflow 2.0
Issue
Currently, tensorflow 1.12 and 2.0 are bigger than 250MB even though when stripped -> Split package (and download from s3) or drop other unused things (maybe?)
I have a great idea. zip _pywrap_tensorflow_internal.so.zip
and then untzip It before you load tf
also remove the contrib folder ;)
ok I take it back: [Errno 30] Read-only file system: 'tensorflow/python/_pywrap_tensorflow_internal.so'
https://github.com/szelenka/shrink-linalg
this could be promising as well.