-
In addition to XGBoost (#161), we would also like to add support for [LightGBM](https://lightgbm.readthedocs.io/en/latest/index.html). This should work similarly to XGBoost, since we'd also like to ma…
-
Is anyone else getting an issue when trying to set up sam2 image ml backend?
I get this after I modify model.py to match my checkpoints and other environmental variables.
```bash
(test-environ…
-
I am never sure whether to `open Asai.Range` or not. On one hand, it contains functions and types that it would be convenient to be able to refer to unqualified, like `located` and `locate`. But on …
-
Show a chart of how far off the model was from the actual value. I only care about the value predicted 30 days ahead of the current wave.
-
- [ ] Move the definition of the train, validation and test datasets, in a separate file (or loaddata.py).
- [ ] In `Model.py`, condense the hidden layers into a loop instead of repeating
- [ ] Kee…
-
-
### 🐛 Describe the bug
# Description
I tried to export a PyTorch model using `torch.nn.GroupNorm` to Core ML with ExecuTorch, but encountered a `ValueError: Unsupported fx node aten_native_group_nor…
-
This is a new IPUMS-motivated feature. We would like to integrate the [XGBoost](https://xgboost.readthedocs.io/en/latest/index.html) library into hlink so that you can use it like any of the other ML …
-
When you run the GRF model, is it very slow?
-
### Description
## Description
There is currently no option in ingestion pipelines to use chunked inferences. This story is to implement the ability to do chunked inference within ingestion pipeline…