This PR adds some basic infrastructure for handling Cupy arrays when using novelty detection. Unfortunately due to some of the underlying components, the novelty detection model cannot easily be moved to GPU-only calculations. So for now, we are transferring to CPU where necessary to run the calculation.
This PR adds some basic infrastructure for handling Cupy arrays when using novelty detection. Unfortunately due to some of the underlying components, the novelty detection model cannot easily be moved to GPU-only calculations. So for now, we are transferring to CPU where necessary to run the calculation.