Keras 的功能类似于 Torch 中的视图
Keras function like View in Torch
我正在努力将 Torch 和 lua 中的一些代码转换为 Keras 和 python。 Keras 中是否有功能类似于 Torch 中的 View? 编辑:我想使用该函数将卷积层的输出转换为适当的形状,作为全连接层的输入。
我正在努力将 Torch 和 lua 中的一些代码转换为 Keras 和 python。 Keras 中是否有功能类似于 Torch 中的 View? 编辑:我想使用该函数将卷积层的输出转换为适当的形状,作为全连接层的输入。