Viewing profile — briggers
briggers
HN member- Joined
- Fri, Apr 29, 2011, 4:18 AM UTC
- HN karma
- 363
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About briggers
Recent public activity
- story
-
comment
Comment #36588625
Machine learning productionization: https://paulbridger.com
- story
-
comment
Comment #32138238
Absolutely yes. I write fairly deep ML performance tuning articles at https://paulbridger.com and the (many) hours I've spent on each article have been hugely worth it. Many people…
-
comment
Comment #30854819
Before you start optimizing runtime performance: measure, trace, inspect, or whatever is appropriate to understand current performance.
-
comment
Comment #30682512
Perhaps you are looking for something like this? docker run -d -p 5000:5000 --name registry registry:2 https://docs.docker.com/registry/#:~:text=The%20Registry%20i... .
- story
- story
- story
-
comment
Comment #26036216
I used to love doing this with Clojure, it’s an awesome way to increase productivity by a good chunk. It’s less about saving the time to re-run something, and more about removing c…
- story
- story
- story
-
comment
Comment #25301063
Yes! I do this and love it. Works locally or via SSH with no difference at all.
- story
- story
-
comment
Comment #24822522
Nice one! I've long been interested in the ONNX serving path.
-
comment
Comment #24818187
Yeah. A 2080Ti doesn't fit in your pocket or in your AR glasses but the same techniques and tools scale down.
-
comment
Comment #24818173
BTW, this is pumping the same video file through the network - not just a single file. I don't measure latency, but this is not a deep pipeline so it's easy to calculate.
-
comment
Comment #24817624
Mobile phones definitely since these days most of them have pretty powerful GPUs.
-
comment
Comment #24817460
Great question, now I wish I'd recorded power consumption for all these experiments. Judging from cumulative hours of watching the output of nvidia-smi I've definitely seen a linea…
-
comment
Comment #24817282
Very practical question :) Exactly as you say, multi-stream throughput. Also for faster than realtime offline processing of video. Check the caveats section at the end of the post …
- story
-
comment
Comment #24743076
I looked into the GIL saturation as measured with gil_load ( https://github.com/chrisjbillington/gil_load ), but perhaps I should have included more numbers here. To me, seeing the…
-
comment
Comment #24742660
Great point - dependencies between frames are inherently problematic for many of these techniques. Everything lostdog says. I've had experience speeding up tracking immensely using…