Implementing multiple skip connections in Flux.ml?

Hello,
I’m trying to implement u-net (see here for architecture) like architecture using Flux.ml, which requires multiple skip connections. What is the most efficient way to implement multiple skip connections? I’ve seen this answer on the discourse, but I’m a little bit lost on putting multiple concatenating skip connections.

Thanks!

1 Like