Almost working

This commit is contained in:
2023-11-05 18:43:15 +01:00
parent 8b159f239b
commit f4928386bb
8 changed files with 327 additions and 207 deletions

View File

@@ -3,10 +3,13 @@
#include <string>
#include <map>
#include <vector>
#include <utility>
#include <torch/torch.h>
#include <boost/python/numpy.hpp>
#include "PyWrap.h"
namespace pywrap {
class PyClassifier {
public:
PyClassifier(const std::string& module, const std::string& className);