autokeras
autokeras copied to clipboard
How to merge a CNN with RNN using Autokeras? It seems the Merge() does not support this. I tried merge_type flags as 'concatenate' or 'add' but non of them works. In particular I want to find an optimum model made of a ConvBlock() followed by a RNNBlock().