tum-ei-eda / muriscv-nn

muRISCV-NN is a collection of efficient deep learning kernels for embedded platforms and microcontrollers.
Apache License 2.0
57 stars 6 forks source link

tflm no commit specified #17

Open christian-herber-nxp opened 1 year ago

christian-herber-nxp commented 1 year ago

The tflm integration requires checking out tflm, and applying a patch, but doesn't state onto which commit. Specifying this would be the bare minimum, but the cleaner solution would be to provide an already patched fork on github (and potentially include this as a submodule)

fpedd commented 1 year ago

Yes, you are right! The current integration is very hacky.

christian-herber-nxp commented 1 year ago

could you just push a branch on your fork of tflm that contains the changes? that could enable some next steps