For example if you train a CellariumModule with cpu_transforms with one datamodule and then use another datamodule for prediction then cpu_transforms will stay attached to the training datamodule. The detaching mechanism needs to be added at the end of training/predicting.
For example if you train a
CellariumModule
withcpu_transforms
with one datamodule and then use another datamodule for prediction thencpu_transforms
will stay attached to the training datamodule. The detaching mechanism needs to be added at the end of training/predicting.