
上一节中已经阐述清楚了,keras.Model的输入输出与loss的关系。 一、自定义loss损失函数 https://spaces.ac.cn...
Keras在会为Model的每一个输出构建一个loss,这些loss之间无法交互。同时,Model中每一个output,都必须在fit()方法中...
https://keras-zh.readthedocs.io/preprocessing/image/https://www.cnblogs....
tf.data.Dataset是tensorflow从1.4版本开始正式引入的中等级API,比起手动管理多线程数据输入,更加便捷,尤其是在读取T...
https://zhuanlan.zhihu.com/p/27238630https://www.jianshu.com/p/686b6cecc...
https://zhuanlan.zhihu.com/p/53917588https://zhuanlan.zhihu.com/p/272386...
由于Keras 2.3.0开始适配tf2.0导致代码大规模重构,因此我们讨论和tf1.x适配的Keras2.1.x与2.2.x版本。Learni...
官方API:https://tensorflow.google.cn/versions/r1.15/api_docs/python/tf/sav...
官方guide: https://github.com/tensorflow/docs/blob/master/site/en/r1/guide...
文集作者