Deep-Residual-Unet icon indicating copy to clipboard operation
Deep-Residual-Unet copied to clipboard

ResUNet, a semantic segmentation model inspired by the deep residual learning and UNet. An architecture that take advantages from both(Residual and UNet) models.

Results 3 Deep-Residual-Unet issues
Sort by recently updated
recently updated
newest added

what does it do

I am getting TypeError when I run the dice_coef_loss in model.fit: TypeError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_15776/2786157346.py in ----> 1 results = model.fit(X_train, Y_train, validation_split=0.1, batch_size=4, callbacks = model_checkpoint_callback,...