apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.5k stars 1.16k forks source link

How can I run tensorflow sample on openwhisk locally instead ibm bluemux? #4417

Closed Bobyuan1015 closed 4 years ago

Bobyuan1015 commented 5 years ago

I need a sample on local openwhisk. The sample should not be a hello-world program. At least, the computation time of running this sample on my local openwhisk is over 500ms, or less than 3 minutes.

Many thanks for any sample, any suggestion, any guidance.

rabbah commented 4 years ago

You'll want to create a docker action - or try http://jamesthom.as/blog/2018/08/13/serverless-machine-learning-with-tensorflow-dot-js/.