cwzat
cwzat
@StevenLiuWen Thank you!Could you tell me how do you get kps in samples.zip?Such as which model you used?
I found `_get_seed_input` in `optimizer.py`: `('desired_shape', (1, None, None, 3))` and `('seed_input_shape', (1, 229, 229, 3))` , the code will be in `if seed_input.shape != desired_shape: seed_input = np.moveaxis(seed_input, -1,...
And, when i was using `visualize_cam`,i met the problem: `penultimate_layer.output` is `(None, None, None, 192)` and the `output_dims` will be None. I think they are similar problem, could you solve...
@gsig Thank you! Your explanation is very explicit!