Jesse Spaulding

Results 7 comments of Jesse Spaulding

Yes I will submit a pull request here

This bug no longer appears on [Discourse](http://try.discourse.org/) which is based on markdown-js. I checked their code and they seem to have updated [this line](https://github.com/evilstreak/markdown-js/blob/9b8aa6598fcc8104ce4819f1190b2e2967bc7d2a/src/dialects/gruber.js#L633): ``` var m = text.match( /^\s*\([...

Hey thanks for your reply. I was able to get things working using official tensorflow serving through a Docker container. However, this seems to have very high overhead as far...

For anyone else reading, I think one of the problems I was having getting this wrapper working is related to this: https://github.com/tensorflow/tensorflow/issues/3814

I measured the overhead of using tensorflow serving through Docker on my macbook pro at 0.6ms. I was able to do this by generating a dummy model returning a+b. According...

Thanks for the tips! I've done this stuff before -- co-located at exchange which didn't necessarily cost that much money. It's safe to say I have no intention to compete...

There is http://accord-framework.net/ for C# but the fact that it is completely written in C# makes me think it will be slow.. Planning to test that against tensorflow performance.