PsychoinformaticsLab / pliers

Automated feature extraction in Python
https://pliers.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
294 stars 68 forks source link

Support for TensorFlow-Slim #138

Open tyarkoni opened 7 years ago

tyarkoni commented 7 years ago

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.

qmac commented 7 years ago

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 commented 6 years ago

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