gan
gan copied to clipboard
what is "d_train_model.metrics_tensors.append(w_dist)" actually doing?
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)
It will show the value of w_dist
while training.
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'