Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U-Net Research Paper Attached, Linter Issue Solved #1959

Merged
merged 10 commits into from
Jul 20, 2023
2 changes: 2 additions & 0 deletions keras_cv/models/__internal__/unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ def UNet(
All function parameters require curried functions as inputs which return a
function that acts on tensors as inputs.

Reference:
- [U-Net: Convolutional Networks for Biomedical Image Segmentation](https://bit.ly/3rG7Fda)
Args:
input_shape: the rank 3 shape of the input to the UNet
down_block_configs: a list of (filter_count, num_blocks) tuples
Expand Down