Closed wangkuiyi closed 4 years ago
https://github.com/wangkuiyi/gotorch/blob/f875d6332c0550787eea792e23ba83f0f777815c/example/dcgan/visualize_pickle.py#L39
What does the range(64) mean?
range(64)
Has been fixed in #296
It means imagesPerCheckpoint.
imagesPerCheckpoint
https://github.com/wangkuiyi/gotorch/blob/f875d6332c0550787eea792e23ba83f0f777815c/example/dcgan/visualize_pickle.py#L39
What does the
range(64)
mean?