#include "keras_model.h"
#include <iostream>
Go to the source code of this file.
Definition at line 17 of file example_main.cc.
18 cout <<
"This is simple example with Keras neural network model loading into C++.\n" 19 <<
"Keras model will be used in C++ for prediction only." << endl;
23 std::cout << sample->
get_3d().size() << std::endl;
25 m.compute_output(sample);
virtual void read_from_file(const std::string &fname)
virtual std::vector< std::vector< std::vector< float > > > const & get_3d() const