3#ifndef ATHEXTRITON_EVALUATEUTILS_H
4#define ATHEXTRITON_EVALUATEUTILS_H
14 const std::string& full_path);
18 const std::vector<std::vector<float>>& nestedVector);
21 for (
float v : s)
out += std::format(
"{:.2e} ", v);
22 if (!
out.empty())
out.pop_back();
std::vector< std::vector< std::vector< float > > > read_mnist_pixel_notFlat(const std::string &full_path)
std::vector< float > flattenNestedVectors(const std::vector< std::vector< float > > &nestedVector)