Live data from Hacker News

TensorFlow Examples for Beginners with Latest APIs

github.com

1–10 of 11 posts

Re: TensorFlow Examples for Beginners with Latest APIs

#4
Cool to see. I find the Estimator framework makes it much easier to write tests for training pipelines because of the way it modularizes your pipeline at a good granularity for testing.

Having tests for training pipelines is nice because you can catch a fair amount of bugs with speedy unit tests instead of having to launch them and wait for everything to spin up.

Re: TensorFlow Examples for Beginners with Latest APIs

#7
post #6

I would pay good money for a service where I upload a folder of images, gets an interface where I can classify each image one by one and then let ML classify the rest. Does this exist?

If you don't mind me asking, why do you want to do this?

Re: TensorFlow Examples for Beginners with Latest APIs

#8
post #6

I would pay good money for a service where I upload a folder of images, gets an interface where I can classify each image one by one and then let ML classify the rest. Does this exist?

Do you mean like this? https://azure.microsoft.com/en-us/services/cognitive-service...

Re: TensorFlow Examples for Beginners with Latest APIs

#10
post #6

I would pay good money for a service where I upload a folder of images, gets an interface where I can classify each image one by one and then let ML classify the rest. Does this exist?

Or you can use amazon mechanical turk to get everything classified by people
Post reply on HN