pytorch-unet
pytorch-unet copied to clipboard
Tunable U-Net implementation in PyTorch
I just have a clarification question, when I specify a depth of 3 for the neural network, from observing the code I think that means that this network will have...
thanks. please complete it.
I am attempting to train the UNET but it doesn't seem to be learning and just spits out garbage values. I even tried to overfit it to a single example...
Hi, Your example of using the U-Net uses 'same' convolutions. How should I prepare my data for 'valid' convolutions? I use the [ISBI dataset](http://brainiac2.mit.edu/isbi_challenge/), which input size (and label size)...