0

在使用 tensorflow 库中的 GANEstimator 时,我只能将模式传递给生成器函数,而不能传递给鉴别器函数。这意味着我无法在鉴别器中执行批量标准化或丢失。有没有理由不允许这样做?这在未来会改变吗?

GANEstimator 链接: https ://www.tensorflow.org/versions/r1.6/api_docs/python/tf/contrib/gan/estimator/GANEstimator

4

1 回答 1

0

此功能已添加:

https://github.com/tensorflow/tensorflow/commit/9560054b18ad3fc9faa296d344e062876858817a

于 2018-02-17T06:54:54.557 回答