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.
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.