Migration to tf.keras: lambdas how-to compile?

后端 未结 0 1030
谎友^
谎友^ 2020-12-03 12:43

So I had next code in old keras-2.2 tf-1.13:

def RN_GlobalAveragePooling2D_r(f):
    def func(x):
        x    =  layers.multiply([x, f])
        repx =  int(         


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