摘要:
git diff --check –checkWarn if changes introduce conflict markers or whitespace errors. What are considered whitespace errors is controlled by core.wh 阅读全文
摘要:
tf.add_to_collection:把变量放入一个集合,把很多变量变成一个列表 tf.get_collection:从一个结合中取出全部变量,是一个列表 tf.add_n:把一个列表的东西都依次加起来 例如: import tensorflow as tf; import numpy as n 阅读全文