Hacker News new | ask | show | jobs
Show HN: Infer – Use TensorFlow Models in Go to Evaluate Images (github.com)
5 points by sjkaliski 3013 days ago
1 comments

Observation: an alternative way to accomplish the same thing (maybe with a slightly different workflow) is to just call tf-serving from go. See e.g. this gist https://gist.github.com/mauri870/1f953a183ee6c186e70a0a72e78...
Thanks for pointing this out, will take a look!