Hacker News new | ask | show | jobs
by sidarape 3556 days ago
I tried that (https://www.tensorflow.org/versions/r0.9/how_tos/image_retra...) which seems to work well.
1 comments

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)
What do you mean by "pretty close"? What would be "not close"?
Something that looks very different to the ImageNet dataset. Microscope, ultrasound, satellite, x-ray etc images
Ok, I see. Thank you.