Open andreped opened 1 year ago
@carloalbertobarbano I observed that it was not possible to change sigma_1
and sigma_2
through the common MacenkoAugmentor API. I also observed that tests were failing due to some bugs in the CI workflows. I have addressed both now.
Related to issue https://github.com/EIDOSLAB/torchstain/issues/43.
Changes
apps/
.macos-12
instead ofmacos-11
Ideas from improvement
API-wise I believe there is a lot of overlap between the normalization and augmentation techniques. It would make sense to have a
Macenko
ABC class, of which theMacenkoNormalizer
andMacenkoAugmentor
classes inherit from, and then for each we just override the necessary methods.