Created
January 27, 2021 13:32
-
-
Save ntakouris/7d8a808441d54aec426e855dcb683207 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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