combust / mleap

MLeap: Deploy ML Pipelines to Production
https://combust.github.io/mleap-docs/
Apache License 2.0
1.5k stars 313 forks source link

Upgrade tensorflow-java to 0.5.0 which corresponds to tensorflow 2.10.1. #851

Closed jsleight closed 1 year ago

jsleight commented 1 year ago

Didn't need to many changes, except that tensorflow session.run started returning a Map[String, Tensor] instead of List[Tensor].