amiratag / ACE

Towards Automatic Concept-based Explanations
MIT License
158 stars 41 forks source link

Run ACE with Inception-V3 model #15

Closed tpgmartin closed 3 years ago

tpgmartin commented 3 years ago

How might I use a Inception-V3 model pre-trained on the ImageNet dataset with the ACE library? Is it possible to just replace the tensorflow_inception_graph.pbfile provided? If so, is there a graph definition file I can use i.e. pb file?

Otherwise, how might I do this using Keras etc.?

Cheers