MergeVertex behaviour with both Convolutional and Regular layers

I’ve read the MergeVertex concatenates the activations, and that the concaenation is along the depth in case of Convolutional networks. I’d like to know if this last scenario is the case also if we are merging a ConvolutionLayer with a DenseLayer, thank you very much.

@EquanimeAugello you’ll need to reshape everything to match then pass it to merge.