Add json results format validation

This commit is contained in:
2025-01-07 11:58:18 +01:00
parent 0318dcf8e5
commit 4901bb1f32
6 changed files with 305 additions and 2 deletions

View File

@@ -67,3 +67,6 @@ add_executable(
main/Scores.cpp
)
target_link_libraries(b_manage "${TORCH_LIBRARIES}" "${XLSXWRITER_LIB}" fimdlp "${BayesNet}")
# b_results
add_executable(b_results commands/b_results.cpp)