neuronets / nobrainer

A framework for developing neural network models for 3D image processing.
Other
158 stars 45 forks source link

Typo in processing.segmentation.Segmentation #306

Closed hvgazula closed 8 months ago

hvgazula commented 8 months ago

https://github.com/neuronets/nobrainer/blob/474f2a71f828279d20e222f1729a3dfdba3c8cee/nobrainer/processing/segmentation.py#L73

It should be changed to self.model_

satra commented 8 months ago

base estimator has a property (https://github.com/neuronets/nobrainer/blob/474f2a71f828279d20e222f1729a3dfdba3c8cee/nobrainer/processing/base.py#L33). so it should not be changed.