autokeras icon indicating copy to clipboard operation
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().

Open ashkanmy opened this issue 2 years ago • 0 comments

ashkanmy avatar May 25 '22 08:05 ashkanmy