gosha20777 / keras2cpp

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

Fixed issue with MSVC runtime error in Conv2D #27

Open Mad-Proger opened 3 years ago

Mad-Proger commented 3 years ago

i0 iterator could exceed vector capacity after the last iteration of cycle (when the condition is broken). It caused an exception that was caught by MSVS