2303 small fixes

This commit is contained in:
2024-03-07 18:28:09 +01:00
parent 48f7318438
commit cbd953b602
4 changed files with 32 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ TEST_CASE("NeuralNetResPredictor_Inference", "[LinearAlgebra][Coord]") {
dataset.ReadVector(image_conv, start, file_size);
auto res = predictor.Inference(experiment, image_conv.data());
std::cout << res << std::endl;
REQUIRE(res < 1.5);
REQUIRE(res > 1.4);
}