Menu

Post image 1
Post image 2
1 / 2
0

Building a Stock Advisor on a Coral Dev Board: From Edge TPU Bugs to Working TPU Inference

DEV Community·Charbel·20 days ago
#BSpbdiP0
#bug#tensorflow#fullscreen#model#price#enter
Reading 0:00
15s threshold

A few months ago I set out to answer a simple question: can I build a scientific framework for deciding when to sell my Google RSUs instead of making decisions based on gut feeling? The answer turned out to be "sort of, but the process taught me far more than the answer did." This post covers the full arc — hardware choices, architecture decisions, the bugs that kept predictions stuck at 0.00%, and finally a working system running at 2.5ms on the Edge TPU. I also added a second model — a direction classifier that predicts whether price will go up or down — to complement the original price regression model. The dual-model results are instructive and sometimes humbling. The Hardware Stack I started with what I had: a Google Coral Dev Board sitting on my shelf. The Coral has an Edge TPU coprocessor connected to the CPU via PCIe — not the USB Accelerator version, the on-chip variant. It's discontinued hardware, but it's genuinely capable for what I needed.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More