11 2020 档案

摘要:替换代码: import tensorflow as tf 修改为: import tensorflow.compat.v1 as tf tf.disable_v2_behavior() 阅读全文
posted @ 2020-11-20 16:56 wioponsen 阅读(724) 评论(0) 推荐(0) 编辑
摘要:关于Wasserstein GAN的讲解,深入浅出,很棒,收藏! 【知乎】令人拍案叫绝的Wasserstein GAN 代码实现: https://github.com/martinarjovsky/WassersteinGAN 阅读全文
posted @ 2020-11-17 17:29 wioponsen 阅读(79) 评论(0) 推荐(0) 编辑
摘要:SSIM 公式含义: SSIM(x,y)=[l(x,y)]α[c(x,y)]β[s(x,y)]γ 亮度: l(x,y)=2μxμy+c1μx2+μy2+c1 对比度: 阅读全文
posted @ 2020-11-13 14:47 wioponsen 阅读(429) 评论(0) 推荐(0) 编辑
摘要:代码 def data_iterator(tfrecords, batch_size=2, shuffle=True, train=True, num_parallel_reads=3): # 声明TFRecordDataset dataset = tf.data.TFRecordDataset(t 阅读全文
posted @ 2020-11-13 14:36 wioponsen 阅读(663) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示