Move ResultsDatasetConsole to results folder

This commit is contained in:
2024-05-18 18:41:17 +02:00
parent 25bd7a42c6
commit b9e0c92334
9 changed files with 23 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
#ifndef SCORES_H
#define SCORES_H
#include <torch/torch.h>
#include <vector>
#include <string>
#include <nlohmann/json.hpp>
#include <torch/torch.h>
#include <xlsxwriter.h>
namespace platform {