Lorenzo Mammana
Lorenzo Mammana
Adding to the discussion, if you aren't aware patchcore authors updated their paper on arxiv and upload the official implementation of the algorithm, apparently it performs even better than the...
I get the same error when working with classification, it randomly hangs, it happened both when using cache and without using it. ` yolo/engine/trainer: task=classify, mode=train, model=yolov8m-cls, data=path/to/data/, epochs=200, patience=20,...
I'll second this, it would be nice to have a stable release using the latest timm :)
@Borda @carmocca Adding on this discussion, I also have a custom callback that was using the reset_xyz_dataloader that I'm migrating to Lightning (right now I'm using 2.1.3) ``` class FeatureExtractorCallback(Callback):...
Version 1.7.0 + Poetry 2.1.2, this issue is still there and pretty relevant, it's basically the only reason why I'm using this package