Live data from Hacker News

Show HN: Infer – Use TensorFlow Models in Go to Evaluate Images

github.com

1–3 of 3 posts

Re: Show HN: Infer – Use TensorFlow Models in Go to Evaluate Images

#3
post #2

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!