【511】Keras 函数式 API
摘要:
参考:开始使用 Keras 函数式 API 参考:Model 类(函数式 API)说明 单一输入输出:model = Model(inputs=inputs, outputs=output) 多输入多输出:model = Model(inputs=[a1, a2], outputs=[b1, b3, 阅读全文
posted @ 2020-12-30 14:49 McDelfino 阅读(162) 评论(0) 推荐(0)