Using the Xception model
justcho5 opened this issue · 1 comments
justcho5 commented
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
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.