geo-deep-learning icon indicating copy to clipboard operation
geo-deep-learning copied to clipboard

Deep learning applied to georeferenced datasets

Results 103 geo-deep-learning issues
Sort by recently updated
recently updated
newest added

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

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

bug