Rename Tensor "summary_op" to "summary" in the 101 tutorial (#3877)
* "summary_op" -> "summary" in tutorial code "summary_op" is a Tensor, so it's incorrectly labeled as an op. This change renames it to "summary", and makes the corresponding changes in the explanation. * Rename Tensor "summary_op" to "summary" in tutorial "summary_op" is a Tensor, so it's incorrectly labeled as an op. This change renames it to "summary", and makes the corresponding changes in the explanation.
Loading
Please sign in to comment