GAN

1.sigmoid:

S型增长函数。将变量映射到0和1之间。

2.

sigmoid_cross_entropy_with_logits(
    _sentinel=None,
    labels=None,
    logits=None,
    name=None
)
用法:https://tensorflow.google.cn/versions/r1.2/api_docs/python/tf/nn/sigmoid_cross_entropy_with_logits

猜你喜欢

转载自www.cnblogs.com/ChenKe-cheng/p/9096817.html
GAN