Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Add Swapping out Conv2D for CoordConv/AntiAliased Conv2D in models #60

Merged
merged 6 commits into from
Jul 22, 2021

Conversation

jacobbieker
Copy link
Member

Relates to #27 makes it easy to swap out the different Conv2D methods for all conv layers in different models

…s, and RUNet/Attention Unet models

Makes it easy to swap between standard Conv2D layers, CoordConv layers, and soon, Anti-aliased Conv2D layers
@jacobbieker jacobbieker added the enhancement New feature or request label Jul 22, 2021
@jacobbieker jacobbieker self-assigned this Jul 22, 2021
@jacobbieker
Copy link
Member Author

As the antialiased layer needs some more changes around it to work, and isn't a drop in replacement like CoordConv, the antialiased layers are more spread throughout the codebase, and have to be implemented on a per model/layer thing.

@jacobbieker jacobbieker merged commit f0815ac into main Jul 22, 2021
@jacobbieker jacobbieker deleted the jacob/conv_type branch July 22, 2021 11:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant