Y
Hacker News
new
|
ask
|
show
|
jobs
by
dharma1
3560 days ago
To do the task in the article (classify images, pretrained model) - it's pretty easy - just follow the tutorial here:
https://www.tensorflow.org/versions/r0.10/tutorials/image_re...
2 comments
sidarape
3560 days ago
I tried that (
https://www.tensorflow.org/versions/r0.9/how_tos/image_retra...
) which seems to work well.
link
dharma1
3560 days ago
yep, that's good if you want to retrain a pre-trained model for specific categories on new image data (that are pretty close to imagenet type images)
link
sidarape
3559 days ago
What do you mean by "pretty close"? What would be "not close"?
link
dharma1
3559 days ago
Something that looks very different to the ImageNet dataset. Microscope, ultrasound, satellite, x-ray etc images
link
sidarape
3559 days ago
Ok, I see. Thank you.
link
Omnipresent
3560 days ago
Is this available in keras as well?
link
dharma1
3559 days ago
Classification with pre-trained weights? Yes.
https://keras.io/applications/
link