-
There's lots of stuff in console now while building. Maybe these are things that we should fix anyways? If not, then I'd prefer to silence them somehow, as they make me think I've introduced a probl…
-
Could the embedded assembly code be replaced for Apple M1 processor?
Thank you.
--------
% brew install --build-from-source ensmallen
==> Downloading https://github.com/mlpack/ensmallen/archiv…
-
#### Problem location
https://www.mlpack.org/doc/mlpack-git/doxygen/build.html
#### Description of problem
The Documentation says, that cmake will preconfigure python bindings by defaul…
-
The program mentioned in this [overdosed blog ](https://overdosedblog.wordpress.com/) is working fine.
But when I try to run the covariance code in
[this mlpack tutorial](http://www.mlpack.org/docs/…
-
Armadillo has been manually installed.
[jw@cn06 build]$ [jw@cn06 build]$ make VERBOSE=1 -j1
/usr/bin/cmake -S/data/jw/mlpack -B/data/jw/mlpack/build --check-build-system CMakeFiles/Makefile.cmake…
-
Hi
I wanted to use the mlpack library from a C runtime (Dlang specifically, which has very convenient interop with C). The C++ library code doesn't look to have C linkage, but looking at the PR hist…
-
Trying to set up a local dev environement and build from source as described in Documentation.
However, after running cmake with `BUILD_PYTHON_BINDINGS=ON`, `make`ing all targets and trying to `imp…
-
Was wondering to what extent mlpack supports the new M1 architecture of Apple machines (or the other way around) released in November 2020. I presume that everything should work just fine on M1 (perha…
-
#### 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…
-
I'm new to mlpack. I want to do some simple experiments with reinforcement learning, but there are some problems.
I found that when the header file is referenced individually, it can be linked normal…