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

Porting Keras Tensorflow on AWS Lambda for Inference

Results 2 keras-lambda issues
Sort by recently updated
recently updated
newest added

How do I include the .so files in the .libs to the package. Because when importing h5py, its still raising an error saying it could not find the .so files

Hi @sunilmallya, When I tried to run the notebook locally and when tried to deploy the lambda function I ran into this error `ImportError: cannot import name 'IntEnum'` BoarGules comment...