Let's say i want to fine-tune the last 50 layers of a mobilenetV2 model. First thing i do is i add a new classification head. I sometimes read that this new hea
Yeah, still using MFC... I have a CTreeCtrl with TVS_CHECKBOXES. When I click on a parent's checkbox, should the children's checkboxes automatically be checked/
I set up a servet socket and post requests arrive there. I get everything at once in one line. Json is passed to the post request. How can I get this json separ
I have inherited some code that simply does this.... transform.rotation = m.rotation; I know that my model will always be standing upright and therefore it only
I want to read MEMS microphone (MP34DT05-A) value (in ASCII) from STM32F107 board. I'm using I2S to communicate with the microphone. What I did: I tried simple
I'm running into a weird bug in Visual Studio Code - I'm writing code in C++ using standard extensions (C/C++ extension pack) and if I write a simple program li