tensorflow 2.3 : How to get output from a specific layer after combining custom models

前端 未结 0 376
眼角桃花
眼角桃花 2020-12-25 11:53

Say I have following 2 custom models structure

class Model_1(Model):
    def __init__(self):
        super(Model_1,self).__init__()
        
    def call(self         


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