python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Algorithm for detecting Voltage levels in a voltage vs time data/waveform
I am analyzing a voltage output that I get from spice simulator and I want to quantize the time sampled voltage data so that I can convert the given (trapezoidal wave) to a square wave.
I have tried d...
Prasad
Votes: 0
Answers: 1
Does anyone know how Adobe Color's 'Extract Theme' function works to produce a colour palette?
I am trying to implement a system for extracting colour palettes from an image in C++. I basically want something exactly like the way Adobe Color's 'Extract Theme' function works.
I have tried implem...
kinkersnick
Votes: 0
Answers: 0
Any idea of to solve the version problem of PyTorch model on android device? The model version must be between 3 and 5But the model version is 7
I am getting the following error while running a PyTorch model on android model?
Lite Interpreter verson number does not match. The model version must be between 3 and 5But the model version is 7 ()
...
Celik
Votes: 0
Answers: 2
Post-training quantization in non-tflite format
I have a TensorFlow model on which I would like to perform post-training quantization. I am using C# for software and the device will be in c++ (where I will use tflite). It would be nice to have th...
Josh
Votes: 0
Answers: 0