Anton

Results 10 comments of Anton

Hi Sam -- I'm glad you find it useful! 1. IIRC, 1.8 is the latest that fits under the 250MB limit. At some point I'd like to go back run...

Hi Daniel, I've added a PIL layer (ARN is in the README). With TF 1.8.0 it fits into about 200MB, as you get more recent it becomes harder to fit....

That's interesting: I've got ```{ "Version": "2012-10-17", "Id": "default", "Statement": [ { "Sid": "publish", "Effect": "Allow", "Principal": "*", "Action": "lambda:GetLayerVersion", "Resource": "arn:aws:lambda:us-east-1:347034527139:layer:tf_keras_pillow:3" } ] } ``` permissions set. I wonder:...

I'm following the steps outlined [here](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-walkthrough.html) to publish the layers. Example command: ``` aws lambda add-layer-version-permission --layer-name tf_1_12_keras --version-number 1 --principal "*" --statement-id publish --action lambda:GetLayerVersion ``` This doesn't say...

Yuri, I've created a new issue #4 for the `load_model` issue.

I've deployed the layer to all other regions I can get to (which excludes `us-gov-*` and `cn-*`) (This also involves scripting the deployment, since it's a bit much to do...

I think this is a good idea -- an EC2 instance probably doesn't match the environment as well as one of those containers can. I'll start on the implementation

As far as I can tell, Amazon checks the total size of all your unzipped layers, not each individually. At some point I want to try to recompile tensorflow to...

You shouldn't need to, but my script may have failed to set the permissions bits on one of the layers properly. Alternatively, you might see this error if you're trying...

I've got a similar error, though I'm not doing anything with Colab. I'm running in docker (kubernetes), and the error is caused by a gateway timeout on what looks like...