nobrainer icon indicating copy to clipboard operation
nobrainer copied to clipboard

Refactor unet.py to remove hard-coded elements

Open hvgazula opened this issue 11 months ago • 2 comments

https://github.com/neuronets/nobrainer/blob/ed0d609333f9aea724c5fd45962c36dfd8a13d88/nobrainer/models/unet.py#L41 and https://github.com/neuronets/nobrainer/blob/ed0d609333f9aea724c5fd45962c36dfd8a13d88/nobrainer/models/unet.py#L27-L39

hvgazula avatar Mar 05 '24 14:03 hvgazula

upon further thinking, it is probably best to leave the hard-coded elements as is because the idea was to present the originally published models as is rather than make them configurable/customizable.

hvgazula avatar Mar 05 '24 16:03 hvgazula

i would leave the defaults to reflect original models but no reason one can't play with some of the architecture.

satra avatar Mar 06 '24 02:03 satra