标签: tensorflow machine-learning
我将张量的标识设置如下:
self._loss = tf.identity(self._loss, name="loss")
是否有类似tf.get_by_identity的功能?
tf.get_by_identity
我可以self._loss = tf.get_by_identity("loss")
self._loss = tf.get_by_identity("loss")