amiratag / ACE

Towards Automatic Concept-based Explanations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the Xception model

justcho5 opened this issue · comments

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.

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.