zzzCode · Stack Overflow

Score of 0

1 answer

70 views

Tensorflow lite uses all of my flash (Seeeduino)

I'm compiling on a Seeed studio XIAO SAMD21 and trying to reproduce something like what is being done here: https://wiki.seeedstudio.com/XIAO-BLE-Sense-TFLite-Getting-Started/ TL;DR (training a small ...

  • reputation score 1269

Score of 0

0 answers

185 views

Running Inference on CPU and C++ using LiteRT

Problem: I have two outputs, out_buffers.size() == 2 but when I read the data in the second tensor output_buffers[1] the data is rubbish. The first tensor, output_buffers[0] gives the same output as ...

  • reputation score 1

Score of 0

1 answer

99 views

Why is it so difficult to train an accuracte GAN model?

I'm trying to train a GAN model, but its results are very bad. The Generator doesn't seem to work. Can someone suggest how this can be improved? What is the best way to remember the code? Can this ...

  • reputation score 1

Score of 0

0 answers

91 views

How to visualize the convolution layer of a CNN?

While working on a CNN model, I got confused. My questions are: Is visualizing RGB convolution filters by permuting from (out,in,h,w) to (h,w,in) the correct approach? Is normalizing all filters ...

  • reputation score 1

Score of 0

1 answer

119 views

what is the best way to produce a dynamic dictionary

I construct two files on Microsoft Excel. One containing Totonaco words with Spanish Meaning and the second one containing Spanish words with Totonaco meaning. I would like to know which is the ...

  • reputation score 1

Read the original on stackoverflow.com ↗