Replies: 1 comment
-
Check the size of the input. Your input looks like 2D, so it doesn't have 2rd axis |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an simple autoencoder, and I'm trying to visualize the gradient of, say, the sum of the absolute value of the latent codes with respect to the input images (once trained). Here's some sample code
And I kept getting this error
How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions