Hervé Guillon
Hervé Guillon
This definitely helps; thanks a lot! While `$predict_newdata()` does not work, passing the `task` as an argument makes it work: `gl$predict_newdata(newdata, task)`. `gl$predict()` also has better behavior by returning a...
I have been running some code in parallel using a combination of both terra and raster packages: pre- and post- processing with terra and parallel compute with raster. The whole...
I am mainly using `terra::aggregate(fun = mean)`, `terra::aggregate(fun = sd)` and `terra::crop()` to derive statistical roughness metrics. I have worked around using `raster`, `foreach` and `doParallel`.
Thanks for this package; it looks extremely promising. I was wondering if you had any update concerning the support of other `tensorflow` and `keras` versions. I am unfamiliar with what...
We hit this issue this week and had to put together a work around from the answers here. Adding to the comments from @jonathan-kosgei to add a version of the...