Open bodokaiser opened 7 years ago
@albarqouni I started run with lr=1e-5
. It should be finished tomorrow. If you want to check image progress over epochs you can visit http://52.15.106.125:3000/ until tomorrow.
What kind of pre-processing you have? Normalization ... etc? Do you have any batch-normalization? Have you checked the gradient histogram?
I apply these transforms:
input images (MR)
target images (US)
I use skimage.exposure.equalize_hist
for histogram normalization.
No, that u-net model has no BatchNorm layers (it's as close as possible to the original one).
What do you mean with gradient histogram?
I wouldn't do any histogram equalization at the moment. You might need to have a Batch-Normalization layer before the first convolutional layer. Hopefully, that helps!
What about having BatchNorm after every Conv layer?
That's possible. However, we don't wanna change the architecture at the moment. The first layer acts as a pre-processing step.
One
Architecture
L1 Loss L2 Loss
Plots
Testing
Training
Two
Architecture
L1 Loss L2 Loss
Plots
Testing
Training
U-Net
Architecture
L1 Loss L2 Loss
Plots
Testing
Training