extkeras icon indicating copy to clipboard operation
extkeras copied to clipboard

Playground for implementing custom layers and other components compatible with keras, with the purpose to learn the framework better and perhaps in future offer some utils for others.

Results 1 extkeras issues
Sort by recently updated
recently updated
newest added

i got this error on example/ graves_sequence_attention ValueError: Layer graves_sequence_attention_6 expects 3 inputs, but it received 2 input tensors. Input received: [, ] it occur on :lstm_output = attention_rnn([input_labels, attended])