gan icon indicating copy to clipboard operation
gan copied to clipboard

what is "d_train_model.metrics_tensors.append(w_dist)" actually doing?

Open HsuTzuJen opened this issue 5 years ago • 2 comments

Can you please explain to me what these codes below do for? Thank you very much!

d_train_model.metrics_names.append('w_dist') d_train_model.metrics_tensors.append(w_dist)

HsuTzuJen avatar Mar 28 '19 07:03 HsuTzuJen

It will show the value of w_dist while training.

bojone avatar Mar 28 '19 07:03 bojone

fashion_mnist_gangp.fy 代码有错误, imgs[5+5*(i%n_rows)+width*(i%n_rows):5+5*(i%n_rows)+width+width*(i%n_rows), 5+5*(i/n_rows)+height*(i/n_rows):5+5*(i/n_rows)+height+height*(i/n_rows)] = check_imgs[i] 写的啥? misc.imsave('out/%s.png'%(e/1000), imgs) AttributeError: module 'scipy.misc' has no attribute 'imsave'

yangheng11 avatar Dec 31 '19 07:12 yangheng11