DeepStack icon indicating copy to clipboard operation
DeepStack copied to clipboard

Multi-input Keras Model with Deep Stack

Open Aaryan-Nakhat opened this issue 2 years ago • 0 comments

How do I implement a weighted average ensemble using models that takes 2 inputs. I pass these 2 inputs as a list to the train_batches and val_batches parameter of the KerasMember Module and I get an error which says: AttributeError: 'list' object has no attribute 'shape'. Help will be much appreciated. Thanks in advance.

Aaryan-Nakhat avatar Dec 12 '22 08:12 Aaryan-Nakhat