Hello everyone,
scikit-learn v1.0.2 breaks the code here:
|
patches[i*num_patches:(i+1)*num_patches] = image.extract_patches_2d(x[i],(patch_size,patch_size), num_patches, |
Downgraded to v0.24.1 like it is written in the requirements.txt and everything works fine. Just leaving this here for documentation.
Hello everyone,
scikit-learn v1.0.2 breaks the code here:
HDN/lib/utils.py
Line 142 in e30edf7
Downgraded to v0.24.1 like it is written in the requirements.txt and everything works fine. Just leaving this here for documentation.