pl_cross icon indicating copy to clipboard operation
pl_cross copied to clipboard

Compatibility issue with PyTorch Lightning >= 1.6.0

Open rasbt opened this issue 2 years ago • 0 comments

Hey, I was just thinking about implementing k-fold support and saw this awesome library! Great work! Just wanted to drop you a note that I noticed that it currently doesn't work with PyTorch Lightning >= 1.6.0. It works fine with e.g., 1.5.10 but in 1.6.0 it throws an error when calling trainer.cross_validate(): Screen Shot 2022-05-04 at 11 04 17 AM

It happens in both cases whether you use a datamodule or train_dataloader.

rasbt avatar May 04 '22 16:05 rasbt