super-gradients icon indicating copy to clipboard operation
super-gradients copied to clipboard

Custom UNet architecture

Open lkdci opened this issue 2 years ago • 1 comments

Framework to create UNet like architectures with large degree of freedom and architecture params.

lkdci avatar Sep 21 '22 11:09 lkdci

Added changes according to the review, see implementations of factories @ofrimasad

lkdci avatar Oct 11 '22 16:10 lkdci

@ofrimasad , Addressed. Init the context module through a Yaml base factory instead of dynamically initiate w.r.t to the backbone.

lkdci avatar Nov 02 '22 13:11 lkdci

Added default argument to support default behavior of the RepVGGBlock, for backward compatibility. See 4972b18

lkdci avatar Nov 02 '22 13:11 lkdci