Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created February 13, 2020 06:42
Show Gist options
  • Save SubhadityaMukherjee/457335ad01ffc45575dfa9f9896e60c0 to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/457335ad01ffc45575dfa9f9896e60c0 to your computer and use it in GitHub Desktop.
load
dataroot = "art/"
workers = 10
batch_size = 128
image_size = 64
nc = 3
nz = 100
ngf = 64
ndf = 64
# num_epochs = 500
num_epochs = 20000
lr = .0005
beta1 = .5
ngpu = 1
``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment