-
#### Issue description
I want to load a txt file as a vector of strings. Specifically, I want to upload the vocab.txt file from a BERT model which shall be used for tokenizing any given text. L…
-
We are trying to compile some code (a modified mlpack [knn_example.cpp](https://github.com/chrisjmccormick/mlpack-examples/blob/master/knn_example.cpp)) that uses the mlpack and Armadillo c++ librarie…
-
I managed to build and train a DQN with mlpack, but now when I want to save it I always get the same output (model.txt):
```22 serialization::archive 17 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0```
H…
-
Hi Folks,
I am currently working on comparing MLPACK(latest master commit) with various software stacks. I have found mlpack benchmarks github(https://github.com/mlpack/benchmarks]) served as g…
-
### What is the desired addition or change?
Adding a Gaussian Process Regressor into mlpack.
### What is the motivation for this feature?
GP regression is a powerful tool which can handle…
-
I am getting a couple of errors in the R2 score. Specifically on 3rd last line in Evaluate function.
So this is the code in which I am getting error
```
#include
#include
#include
#inclu…
-
#### Version
8.9+alpha
#### Operating system
Linux
#### Description of the problem
```bash
$ git clean -xfd
$ git reset --hard
HEAD is now at 05d13bf Merge PR #8296: Fix #8251: remov…
-
Hi, I am trying to install Charon via OpenSourceTCAD, and am having trouble installing Trilinos. While running the line
`RUN cmake -DTrilinos_ENABLE_ALL_PACKAGES=ON -DCMAKE_INSTALL_PREFIX=/usr/local…
-
Hi,
I am trying to make a function with `RcppArmadillo 0.10.2.2.0` but I am getting an error. The function is:
```
#include
// [[Rcpp::depends(RcppArmadillo)]]
using namespace Rcpp;
// …
-
- [X] ran `brew update` and can still reproduce the problem?
- [X] ran `brew doctor`, fixed all issues and can still reproduce the problem?
- [X] ran `brew gist-logs ` (where `` is the name of t…