-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workingfeatureNew feature or requestNew feature or request
Description
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:
Lines 104 to 108 in 74d688a
| # 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() |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfeatureNew feature or requestNew feature or request