Working fit/score

This commit is contained in:
2023-11-06 00:46:26 +01:00
parent f4928386bb
commit 3e92372d1c
7 changed files with 65 additions and 49 deletions

View File

@@ -1,11 +1,12 @@
#ifndef PYCLASSIFER_H
#define PYCLASSIFER_H
#include "boost/python/detail/wrap_python.hpp"
#include <boost/python/numpy.hpp>
#include <string>
#include <map>
#include <vector>
#include <utility>
#include <torch/torch.h>
#include <boost/python/numpy.hpp>
#include "PyWrap.h"
namespace pywrap {