super-gradients
super-gradients copied to clipboard
Custom UNet architecture
Framework to create UNet like architectures with large degree of freedom and architecture params.
Added changes according to the review, see implementations of factories @ofrimasad
@ofrimasad , Addressed. Init the context module through a Yaml base factory instead of dynamically initiate w.r.t to the backbone.
Added default argument to support default behavior of the RepVGGBlock, for backward compatibility. See 4972b18