Skip to content

Allow custom up and downsampling layers in U-net #22

Description

@quantumjot

When the U-net model is created, we should support custom up/downsampling layers and allow Conv2DTranspose etc to use the correct number of filters:

# set up the up/downsampling
# TODO(arl): these may already be instantiated with custom params
# TODO(arl): if using a transpose convolution, we need to set the number of filters
self._downsampling = downsampling()
self._upsampling = upsampling()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfeatureNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions