tf.keras API 笔记

tf.keras.models:Code for model cloning, plus model-related API entries.包含两个类:

class ModelModel groups layers into an object with training and inference features.

class Sequential: Linear stack of layers.

使用方式一般为:tf.keras.models.Sequential(),用来获取model

 

 

发布了23 篇原创文章 · 获赞 26 · 访问量 7万+

猜你喜欢

转载自blog.csdn.net/menghuanshen/article/details/103982825
今日推荐