geo-deep-learning
geo-deep-learning copied to clipboard
Deep learning applied to georeferenced datasets
Since the introduction of TorchScript model, we no longer have the ability to run model on multiple GPUs. See following issue for additional details: https://github.com/NRCan/geo-inference/issues/6
dask_GDL
Thank you for submitting your **PR** and helping us with **GDL**. Please read the template below, fill it out as appropriate, and make additional changes to your code as needed....
**Describe the bug** I want to correct a fatal bug in the decoder architecture which implements the wrong embedding size in the decoder part of the segformer model. https://github.com/NRCan/geo-deep-learning/blob/fc633eee7e72d1a3c157ea73f450624a16e60a0a/models/segformer.py#L30-L31