BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.06k stars 18.7k forks source link

More Complex Connection Architectures between layers #7015

Open ggiavelli opened 3 years ago

ggiavelli commented 3 years ago

Is there any way to design a connection model or a connecting function so that you can express more complex input connection relationships between layers, rather than just a dense fully connected, etc.

For example, I might want to connect every 3rd unit, or have different distribution patterns of connections. But I am not interested in convolution or reduction. I simply want a programmatic model to assign or create connections between layers.

Thanks