-
**Is your feature request related to a problem? Please describe.**
Currently it's not possible to select a specific optimizer from the yaml file. By default SGD is selected and optimizers key/values …
-
I was running the following code:
final_model(species_name = species[1],
algorithms = NULL, #if null it will take all the algorithms in disk
models_dir = test_f…
-
To reproduce this issue, try in Colab:
```
!python -m pip install git+https://github.com/pytorch/fairseq.git
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub
from …
-
Large question, and requires some discussion and then some planning. But as it keeps coming up, I think we need to discuss it:
Basic question is, should we rename the current `fmu.iteration` to `fm…
-
I got the same problem on 21.11 and 21.12, it works with the single model or a couple of models, but triton never releases them.
Ensemble model: Python backend(cpu) + onnx model(GPU)…
-
I have trained multiple models using exactly the same YOLO framework and parameters. I have then created an ensemble using each of the methods - affirmative, consensus and unanimous. I've done this …
-
We should add a function to save either a grid of models to disk, or an arbitrary list of models to disk. This may be best to implement after the concept of Model Groups are established, so we can us…
-
When sample weights are negative, the probabilities can come out negative as well:
```
>>> rng = np.random.RandomState(10)
>>> X = rng.randn(10, 4)
>>> y = rng.randint(0, 2, 10)
>>> sample_weight = r…
-
Hello,
is it possible to add the functionality of combining multiple models,
similar to UVR's Ensemble Mode? And can we specify the way of combination,
like choosing Min Spec, Max Spec, Average …
-
It would be nice, especially since they're the default, to add a note to the documentation on the PCIC12 and PCIC9 ensemble models, explaining that they're ensemble means, and maybe a note about how t…