目前正在学习使用TensorFlow,看到TensorFlow官方API上有一个调用layer层来搭建卷积神经网络(CNN)的例子,和我们之前调用的nn层的搭建卷积神经网络稍微有点不同。感觉layer层封装性更强,直接输入参数就可以是实现。 目前正在学习使用TensorFlow,看到TensorFlow官方API上有
目前正在学习使用TensorFlow,看到TensorFlow官方API上有一个调用layer层来搭建卷积神经网络(CNN)的例子,和我们之前调用的nn层的搭建卷积神经网络稍微有点不同。感觉layer层封装性更强,直接输入参数就可以是实现。 目前正在学习使用TensorFlow,看到TensorFlow官方API上有