Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created January 27, 2021 13:32
Show Gist options
  • Save ntakouris/7d8a808441d54aec426e855dcb683207 to your computer and use it in GitHub Desktop.
Save ntakouris/7d8a808441d54aec426e855dcb683207 to your computer and use it in GitHub Desktop.
jacobian_generator = tf.reshape(
self.gh_jacobian(tf.reshape(generator_output, [self.batch_size, 64* 64 * 3]), self.gi),
[self.batch_size, 64, 64, 3, self.z_dim])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment