pytorch-unet icon indicating copy to clipboard operation
pytorch-unet copied to clipboard

Tunable U-Net implementation in PyTorch

Results 4 pytorch-unet issues
Sort by recently updated
recently updated
newest added

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...

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)...