Skip to content

Instantly share code, notes, and snippets.

@pigghead
Created May 15, 2021 01:47
Show Gist options
  • Save pigghead/e668b7f9ffdc8c4216d315646df6f5a6 to your computer and use it in GitHub Desktop.
Save pigghead/e668b7f9ffdc8c4216d315646df6f5a6 to your computer and use it in GitHub Desktop.
DCGAN-SimpleImplementation.ipynb
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pigghead
Copy link
Author

Known Bug: The input tensor for my flower image set is currently being read in as a float64, however I cannot cast this to a double (what my model architecture currently requires).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment