lambda-packs icon indicating copy to clipboard operation
lambda-packs copied to clipboard

[WIP] Update Tensorflow to 1.12 (and v2)

Open Beomi opened this issue 6 years ago • 4 comments

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?)

Beomi avatar Feb 14 '19 10:02 Beomi

I have a great idea. zip _pywrap_tensorflow_internal.so.zip

and then untzip It before you load tf

franz101 avatar Apr 17 '19 21:04 franz101

also remove the contrib folder ;)

franz101 avatar Apr 17 '19 21:04 franz101

ok I take it back: [Errno 30] Read-only file system: 'tensorflow/python/_pywrap_tensorflow_internal.so'

franz101 avatar Apr 17 '19 21:04 franz101

https://github.com/szelenka/shrink-linalg

this could be promising as well.

franz101 avatar Apr 18 '19 02:04 franz101