我希望训练网络包含多个(两个或更多)并行CNN,这些并行CNN在最后的全连接层中是常见的,但我想使用迁移学习方法首先分别训练这些网络,然后将它们合并并微调我的网络。
我如何通过Keras做到这一点
Keras
发布于 2020-12-10 08:35:50
这正是您需要的:Transfering weights from one layer to another
https://stackoverflow.com/questions/65225357
相似问题