-
HI,
The library mlr3 advertises that its licensing is governed under LGPL-3. However, one of its dependencies is https://cran.r-project.org/package=RhpcBLASctl which is licensed under the viral AGP…
-
Hi,
I've noticed in the code that the GRU is always reset after each round of training or inference. Wouldn't this negate the temporal capabilities of the GRU, effectively reducing it to a standard…
-
Hi,
I have a working implementation of [Stella_en__v5](https://huggingface.co/dunzhang/stella_en_1.5B_v5) family of models which is one of the top ranking model in the MTEB leaderboard for rerankin…
-
When calling functions I get the following warnings:
```
Warning messages:
1: In file(con, "r") :
cannot open file '/usr/lib64/R/share/Rd/macros/system.Rd': No such file or directory
```
I…
pat-s updated
3 months ago
-
```r
as_task_classif(data.frame(x = factor(c("a", "b", "a", "b"), levels = c("a", "b")), y = factor(c("a", "b", "a", "b"), levels = c("a", "b"))), target = "y")
#> Error in .__Task__initialize(self …
mb706 updated
3 months ago
-
Below a list of proposed callbacks. Some `_end`, `_begin` might be superfluous.
- `on_optimization_begin`: Additional setup, ....
- `on_optimization_end`: Adapt archive before finishing
-…
-
e.g. `po("nop_1")` to create a `po("nop")` with ID `nop_1`.
mb706 updated
3 months ago
-
mb706 updated
3 months ago
-
Modification du profil des messages ORU et MDM: tableau 12.1.1.1 et 12.1.2.1
le PRT associé à l'OBX portant le(s) document(s) était indiqué comme étant optionnel.
En réalité il doit exister au moi…
-