Nick Wright

Results 7 comments of Nick Wright

I've encountered this issue as well. My workaround was to simply change the loss function prior to exporting the model. Alternatively, you can use the Dill module instead of Pickle.

If the native rasterio implementation is not going to happen this repo may offer a solution, it builds VRTs using rasterio. https://github.com/12rambau/rio-vrt

@giswqs I was wondering about the status of this? It looks like spaCy has implemented the required fix, so can we kick this off again?

@giswqs Hi again, I have been able to run the existing recipe locally without any modifications and it appears to now work. I'm assuming this means the problem is resolved....

Great, ok no problems, I have just pushed version 1.0.11 to PyPI which contains the licence file.

Hi Adam, thanks for the fast reply! Correct me if I'm wrong, but RandomResizedCrop takes for example an input image with a size of 512x512, selects a random crop of...

Yeah exactly, for OmniCloudMask we applied this at the batch level to ensure all items in the batch ended up with the same spatial dimensions after the transform. We applied...