serizba / cppflow

Run TensorFlow models in C++ without installation and without Bazel
https://serizba.github.io/cppflow/
MIT License
779 stars 177 forks source link

VST3 Plugin Crashing when model is being ran - Windows 7 #182

Closed JordanDavis-1 closed 2 years ago

JordanDavis-1 commented 2 years ago

Hello,

I am running inference on a graph file within a VST plugin I am coding. The plugin works fine on my Windows 10 laptop, but Windows 7 seems to cause a crash. Weirdly the .exe version runs just fine on the Windows 7.

I am using version one of cppflow, could this be the cause?

Scratching my head here a bit...