How to insert dropout layers after activation layers in a pre-trained non-sequential model using functional keras API?

后端 未结 0 1599
礼貌的吻别
礼貌的吻别 2020-12-30 16:11

I am working on a modified resnet, and want to insert dropout after activation layers. I have tried this but due to the model not being sequential, it did not work:



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题