Results 27 comments of ma7555

@rayrui312 is there a dev branch for this development? maybe we can help as this is needed

Same issue here, no output for arabic language on Windows!

`tfsim.losses.TripletLoss(distance='l2', positive_mining_strategy='hard', negative_mining_strategy='semi-hard', margin=1.0)`

I am having a similar issue, were you able to solve it? https://forum.arduino.cc/t/popping-sound-when-disabling-output-from-sine-tone-generator-ad9833/1099574

I tried ```gen.ApplySignal(SINE_WAVE, REG0, 0);``` but the clicking is the same as with ```gen.EnableOutput(false);``` Do you keep decreasing frequency till 0?

I start at freq 5000 and then did this ``` for (int i = 0; i < 5; i++) { gen.IncrementFrequency(REG0, -1000); } gen.ApplySignal(SINE_WAVE, REG0, 0); ``` But the click...

I still find the cleanest turn off is using ``` gen.EnableOutput(true); delay(1000); gen.EnableOutput(false); ``` Thanks bro for your help

Hello @tjtanaa, Your repo does not compile. ``` CMake Error at pybind11/tools/pybind11Tools.cmake:151 (add_library): Cannot find source file: src/point_pillars_v2.cpp ``` Please allow issues to be opened on your repo. Thanks!