Zachary Nevin

Results 18 comments of Zachary Nevin

You can write a custom ModelServer in C++: https://www.tensorflow.org/serving/custom_servable

What kind of preprocessing are you doing? I've done processing steps directly in Tensorflow graphs for things like post-processing of YoloV2 bounding boxes (https://pjreddie.com/darknet/yolo/). I realize thats not quite text...

Awesome, thank you! However, I'm really confused with how to translate your example to the middleware pattern for socket.io. The code below illustrates my understanding: (i.e. there is no understanding)...

Oh, ok I see. I haven't seen documentation on namespaces with express.io. Does the `/authorized` namespace correspond to the route in the following way: ``` app.io.of("/authorized").use(function(socket, next) { if(!socket.session.authorized) next(new...

@hswaffield I am working on a fork of this repository that massively cleans up the code: https://github.com/zacharynevin/GANGogh/tree/release/custom. I have tried my best to remove most of the magic numbers. In...

Hi @hswaffield, just a quick warning that I haven't tested this yet. Its still very much a work in progress. However, any PRs with fixes would be welcome. Also, TFRecords...

@orestis-z I don't. For some reason I cleaned up this repository during a purge of old code that I never worked on. Sorry about that! I promise to be a...

Changed the ami to `ami-f6eed4e0` (from [here](https://aws.amazon.com/marketplace/pp/B00MI40CAE?qid=1506544154542&sr=0-1&ref_=srh_res_product_title)) and I still get the same error :|