Closed ZJ1224 closed 5 years ago
Not sure if I understand your issue. The code tries to replicate the architecture of the original U-Net Ronneberger et al. paper. If you run the code you can use the graph visualisation of tensorboard to see the network layout
Not sure if I understand your issue. The code tries to replicate the architecture of the original U-Net Ronneberger et al. paper. If you run the code you can use the graph visualisation of tensorboard to see the network layout
thank you very much for your reply, I have figured it out!
I am new in the machine learning and sorry for my such easy problem. But I can't figure out how to deal deal with the connection between downsample and upsample in for layer in range(layers - 2, -1, -1):.it seems that the code jumps over the middle layer(the layer that conenects downsaple and upsample) in U-net. I would appreciate very much if you would help me with that.