Prashanth1608

Results 1 issues of Prashanth1608

In custom keras layers, I am trying to get a layer's output which is returning three different tensors in a list. below is the code: test_fn = K.function([model.get_layer('sentence_input').input, model.get_layer('sentence2_input').input, model.get_layer('sentence3_input').input,...