Adam J. Stewart
Adam J. Stewart
### Version 0.1.0 ### On which installation method(s) does this occur? Source ### Describe the issue The default behavior of `earth2mip.networks.get_model(...)` is to load the model on the CPU. However,...
### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request Low (would be nice)...
### Feature Request I would like to propose a new pydocstyle rule that checks for undocumented return values. ### Implementation Specifically, ruff would check to see if a function is...
### Describe the issue When I build onnxruntime with CUDA support, it tries to use: ``` nvcc ... --theads ON ``` which fails with: ``` nvcc fatal : 'ON': expected...
Sklearn has also ported to meson! Not as much of a build speedup though: ### Before ``` Stage: 2.26s. Install: 56.53s. Post-install: 0.34s. 59.25s ``` ### After ``` Stage: 2.29s....
The entire filesystem hierarchy was changed when this dataset was migrated from Radiant MLHub to Source Cooperative. This PR converts the dataset to download from Source Cooperative and to use...
This PR converts our tutorial notebooks from `.ipynb` to `.py` using [jupytext](https://github.com/mwouts/jupytext). See #11152 for rational. All notebooks were automatically converted using: ```console > jupytext --to py *.ipynb ``` Steps...
Microsoft's Planetary Computer Hub will be retired tomorrow: https://github.com/microsoft/PlanetaryComputer/discussions/347 Let's remove the button from our tutorials. Maybe we can add a button for Lightning Studios in a separate PR?
See #1830 Should probably convert this to a GeoDataset (intersection of raster and vector) but I haven't done that here yet.
See #1830