返回一个函数,该函数可用于对权重应用L2正则化。较小的L2值有助于防止训练数据过度拟合。
def flatten(inputs, outputs_collections=None, scope=None): """Flattens the input while maintaining the batch_size. Assumes that the first dimension represen...
定义在:tensorflow/python/ops/losses/util.py。
我们可以点击右侧的Step into next function call来执行下一步函数调用