-
We had some trouble with the `nonsense_ensemble` folder not downloading properly and because of the `set -eu` in `download_model_files.sh`, the `models_encrypted` would not be decrypted. Below is a mo…
-
### System Info
NVIDIA 2*L20
launch triton server with tensorrt-llm backend v0.12.0 in a container
### Who can help?
_No response_
### Information
- [ ] The official example scripts
-…
-
Hey there,
Some production code used for training models broke when no Stacked Ensembles were trained during several AutoML runs using the latest R version of H2O. Upon further inspection, we were ab…
-
This is my setting: dataframe dataset, numerical values, Target is binary classification, I am trying to do feature selectection.
automl = AutoML(
mode = 'Compete',
eval_metric = 'f1',
…
-
Hi, I was wondering if there's any way of accessing the probabilities of each of the bagged models which are averaged to get the output of ```predict_proba()``` for the L1 models? This would be helpfu…
-
Hi,
I built three LogisticHazard models and was trying to make an ensemble of them along the lines of:
https://discuss.pytorch.org/t/combine-two-model-on-pytorch/47858/5
However this failed proba…
-
We pretty much settled on the desired functionality here in discussion on issue #20, but I'm splitting implementation into a separate issue.
-
### Summary
I am using dpgen to train an ensemble of 4 models with 3,000,000 steps (stop_batch": 3000000), but the hpc cluster queues have a time limit of two days only for every run; how can I re…
-
Hello,
I was trying to load a finetuned model for the VSR task. I followed the indications on the repository and the jupyter notebook (below you can see that I tried to import modules from the avhu…
-
hello, I'm having a problem with loading premade models (https://www.tensorflow.org/lattice/tutorials/premade_models)
when I save the model as .tf format and load the model I would get
```
KeyEr…