amiratag / ACE

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

Using the Xception model #7

Closed justcho5 closed 4 years ago

justcho5 commented 5 years ago

Can this method be used with the Xception model? I'm trying to write a wrapper for it but I'm not sure about what the bottleneck layers are.. I can get all the tensors from graph.get_operations() but I'm not sure how to determine which tensors would represent the bottleneck layers. If you have any suggestions, that would be great.

tabularML commented 5 years ago

Hi! I'm not familiar with this model but if you refer to the original paper that describes it it should be clear which are the bottleneck layers.