Ethan White

Results 135 issues of Ethan White

Moving this issue by @juniperlsimonis over from https://github.com/weecology/retriever/issues/1239 since this appears to only be an issue with R. > there are sometimes that windows machines create a .retriever folder in...

This (in combination with #707) gets the test suite passing again.

When running `predict_tile()` in the presence of multiple GPUs the multiple GPUs are automatically detected and used. The output from these runs differs from runs with a single GPU in...

help wanted

Include link to OSF project https://osf.io/n6svj/

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11094587/

Currently @bw4sz is listed as the only author in `setup.py` and therefore PyPI. This should be updated to include everyone who has made a meaningful contribution to the project (with...

`tests/test_download.py::test_download_arcgis_rest` is failing idiosyncratically due to the external data source. This has been happening frequently since the test was introduced and is causing a lot of "failed" CI runs and...

In the shift to the pydata theme we've lost the ability to change between docs for different releases. The functionality is present on the pandas docs: ![image](https://github.com/user-attachments/assets/12d4bb22-e71c-4e75-82d8-c0fc623dd60c) So we probably...

Docs

Our current [multi-class example in the docs](https://deepforest.readthedocs.io/en/latest/advanced_features/multi_species.html) trains on a single image for 1 epoch. It unsurprisingly doesn't learn anything and therefore predicts zero trees. This is confusing - see...