pose_model.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:Face-Pose-Net 作者: fengju514 项目源码 文件源码
def _build_graph(self):
    """Build a whole graph for the model."""
    self.global_step = tf.Variable(0, name='global_step', trainable=False)
    self._build_model()

    if self.mode == 'train':
      self._build_train_op()

    #self.summaries = tf.merge_all_summaries()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号