wangkuiyi / gotorch

A Go idiomatic binding to the C++ core of PyTorch
MIT License
321 stars 35 forks source link

A magic number #295

Closed wangkuiyi closed 4 years ago

wangkuiyi commented 4 years ago

https://github.com/wangkuiyi/gotorch/blob/f875d6332c0550787eea792e23ba83f0f777815c/example/dcgan/visualize_pickle.py#L39

What does the range(64) mean?

QiJune commented 4 years ago

Has been fixed in #296

It means imagesPerCheckpoint.