前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Github项目推荐 | GAN评估指标的Tensorflow简单实现

Github项目推荐 | GAN评估指标的Tensorflow简单实现

作者头像
AI研习社
发布2019-05-08 16:17:59
1.5K0
发布2019-05-08 16:17:59
举报
文章被收录于专栏:AI研习社AI研习社

GAN_Metrics-Tensorflow

简单的GAN评估指标的Tensorflow实现

  • Inception score
  • Frechet-Inception distance
  • Kernel-Inception distance

Github项目地址:

https://github.com/taki0112/GAN_Metrics-Tensorflow

摘要

Name - 名称

Description - 描述

Performance score - 评分

Inception score

KL-Divergence between conditional and marginal label distributions over generated data KL-散度上条件和边缘标签分布在生成数据上的差异。

Higher is better评分越高越好

Frechet-Inception distance

Wasserstein-2 distance between multi-variate Gaussians fitted to data embedded into a feature space 多变量高斯函数之间的Wasserstein-2距离,适用于嵌入到特征空间中的数据。

Lower is better.评分越低越好

Kernel-Inception distance

Measures the dissimilarity between two probability distributions Pr and Pg using samples drawn independently from each distribution 使用独立于每个分布绘制的样本测量两个概率分布Pr和Pg之间的差异。

Lower is better.评分越低越好

使用

代码语言:javascript
复制

├── real_source 
    ├── aaa.png
    ├── bbb.jpg
├── real_target 
    ├── ccc.png
    ├── ddd.jpg
├── fake 
    ├── ccc_fake.png
    ├── ddd_fake.jpg
├── main.py
├── inception_score.py
└── frechet_kernel_Inception_distance.py
代码语言:javascript
复制
> pyth main.py

参考

  • Pros and Cons of GAN Evaluation Measures - GAN评价方法的优缺点
  • Inception score
  • Frechet-Inception score

作者

Junho Kim

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2019-04-19,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 AI研习社 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • GAN_Metrics-Tensorflow
    • Github项目地址:
      • https://github.com/taki0112/GAN_Metrics-Tensorflow
        • 摘要
          • 使用
            • 参考
              • 作者
              领券
              问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档