pix2pix icon indicating copy to clipboard operation
pix2pix copied to clipboard

How to realize U-net without nngraph, can it use nn.ConcatTable() to realize it ?

Open royal-feng opened this issue 8 years ago • 1 comments
trafficstars

Because some operation is difficult to define in nngraph,I want to make an nn.sequential to realize U-net network architecture? what about use the nn.ConcatTable() to do it ? Anybody have some cool idea?

royal-feng avatar Apr 12 '17 08:04 royal-feng

I've implemented U-net using only nn. You can have a look here. Let me know if there are any problems with it.

dmarnerides avatar Apr 26 '17 08:04 dmarnerides