Stephan Walter
Stephan Walter
Triffid, you need to run "make sim". I included the original Makefile and if you just run "make", it will try to build a hex file from the x86 code...
This would also help us in deciding which pool of resource should be extended to improve throughput. I.e. if a label corresponds to software licenses or hardware equipment, a long...
I agree, multi-MCU devices are really common these days. There's a C implementation of the firmware image management part here: https://github.com/mkiiskila/mynewt_serial_uploader
@icewm : have you modified the model generation to fit your change? reading 8 bytes instead of 4 isn't going to magically work otherwise. I suggest you update to latest...
@howard0su : I think you may have added some commits accidentally? There's already a PR for 997c749, I believe: #809
I believe this was fixed by #79
It might be a good idea to get #953 merged first, which implements unit tests for the quantization. But that requires an improvement to the test samples.
I'm still a bit skeptical if chasing after RMSE is the right thing to do. Let me explain what I mean: originally the Q4 methods calculate max(abs()) and divide that...
This is well-intentioned, but it seems we have fiddled a lot with the signal handler and the console state, just to get something that isn't even very user-friendly, see #1158....
I think it's a good idea to remove the requirement for a Unix shell. See also #285 which would be made obsolete by this, assuming the Python script works on...