Closed AliceSantilli closed 2 years ago
I believe this is due to the predict datamodule output classes (PatchesImagePredictBatch
and WholeImagePredictBatch
) not implementing the .to
method. Added with 6d5665f1101e49799c98f1cb4657414b151c1137. Testing now.
Tested on GPU. Appears to be fixed.