Pybind11 submodule inside headers folder is not needed since carma already has pybind11 as a submodule. I have removed the pybind11 in headers. The resulting code is tested on MNIST-1k dataset on both C++ and Python implementations. Both of them give expected results.
Pybind11
submodule insideheaders
folder is not needed sincecarma
already haspybind11
as a submodule. I have removed thepybind11
inheaders
. The resulting code is tested on MNIST-1k dataset on both C++ and Python implementations. Both of them give expected results.