Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 365 Bytes

Keras


Repo based on repo Keras2Cpp

This main code is set to compare your Keras MLP in Python with this MLP arch in C++. It is build in QT, but check the fork to run without QT5. Since we're using QT, do:

  1. Create dir /build
  2. Inside /build run qmake ..
  3. Then make