Tensorflow:'module'对象没有属性'scalar_summary'

时间:2016-12-09 17:56:48

标签: tensorflow

我尝试运行以下代码来测试我的TensorBoard,但是,当我运行该程序时,有一个错误说:

'module' object has no attribute 'scalar_summary'

我想知道如何解决这个问题,谢谢。

以下是系统信息:

  • 操作系统:Ubuntu 16.04 LTS
  • Tensorflow版本:0.12rc(master)
  • 运行环境:Jupyter Notebook

测试程序和输​​出: enter image description here

2 个答案:

答案 0 :(得分:42)

在0.12版本发布后,tf.scalar_summary()功能在主分支中移动。您现在可以将其命名为tf.summary.scalar()

答案 1 :(得分:24)

在TF的新版本中,所有summary functions were renamed

  

摘要函数已在tf.summary下合并   命名空间。

  • <form method="POST" id="signup_form" action="{% url 'account_login' %}" class="registration-form">{% csrf_token %} <div class="form-group"> <!-- <input type="text" name="email" placeholder="Email" class="form-email form-control" id="form-email"> --> {{ form.login}} </div> <div class="form-group"> <!-- <input type="password" name="password" placeholder="Lozinka" class="form-about-yourself form-control" id="form-about-yourself"></input> --> {{ form.password}} </div> {% if redirect_field_value %} <input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}" /> {% endif %} <a class="button secondaryAction" href="{% url 'account_reset_password' %}"> {% trans "Zaboravili ste oznaku?" %} </a> <br> <button type="submit" class="btn">Prijavite se</button> </form> 应重命名为tf.audio_summary
  • tf.summary.audio应重命名为tf.contrib.deprecated.histogram_summary
  • tf.summary.histogram应重命名为tf.contrib.deprecated.scalar_summary
  • tf.summary.scalar应重命名为tf.histogram_summary
  • tf.summary.histogram应重命名为tf.image_summary
  • tf.summary.image应重命名为tf.summary.merge_all
  • tf.merge_all_summaries应重命名为tf.merge_summary
  • tf.summary.merge应重命名为tf.scalar_summary
  • tf.summary.scalar应重命名为tf.train.SummaryWriter