gosha20777 / keras2cpp

it's a small library for running trained Keras 2 models from a native C++ code.
MIT License
185 stars 54 forks source link

Using from cpp project in VS2022 (Windows) #32

Open cemox35 opened 1 year ago

cemox35 commented 1 year ago

Hello there,

I want to use this repo in my project. However, I cannot do that. I took src to my include folder. Is that enough? Or may I build this project on the CMAKE?

Thank you.