通过身份获取张量?

时间:2018-06-22 00:00:18

标签: tensorflow machine-learning

我将张量的标识设置如下:

 self._loss = tf.identity(self._loss, name="loss")

是否有类似tf.get_by_identity的功能?

我可以self._loss = tf.get_by_identity("loss")

0 个答案:

没有答案