pliers icon indicating copy to clipboard operation
pliers copied to clipboard

Support for TensorFlow-Slim

Open tyarkoni opened this issue 8 years ago • 2 comments

See this. We currently have an Extractor for a pretrained Inception V3 model taken from the TF tutorial docs, but it makes more sense to generalize that to support all slim models, which seem like they have a fairly standard interface.

tyarkoni avatar Feb 26 '17 19:02 tyarkoni

Looks like whats in the public tensorflow is lagging a little behind (maybe by design) what is in the models/slim repo. Seems like the only way to get full functionality is to clone the repo, which is not ideal for us. We may be able to work something with what's available, just requires more work.

qmac avatar Sep 22 '17 04:09 qmac

Potentially useful: https://github.com/tomrunia/TF_FeatureExtraction

qmac avatar Feb 26 '18 05:02 qmac