cpldcpu / BitNetMCU

Neural Networks with low bit weights on low end 32 bit microcontrollers such as the CH32V003 RISC-V Microcontroller and others
GNU General Public License v3.0
239 stars 23 forks source link

Tweaks for running on Linux #3

Closed donn closed 5 months ago

donn commented 5 months ago

This commit contains a number of tweaks to ensure exporting quantization and testing inference both work on Linux-based setups.

cpldcpu commented 5 months ago

Awesome! Thank you a lot for fixing this for linux. I should look into extending the makefile to work with vs as well.

Merged!