Live data from Hacker News

Viewing profile — briggers

briggers

HN member
Joined
Fri, Apr 29, 2011, 4:18 AM UTC
HN karma
363
Public activity
78 items

About briggers

paul@paulbridger.com

Recent public activity

  1. story
  2. comment
    Comment #36588625

    Machine learning productionization: https://paulbridger.com

  3. story
  4. 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…

  5. comment
    Comment #30854819

    Before you start optimizing runtime performance: measure, trace, inspect, or whatever is appropriate to understand current performance.

  6. 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... .

  7. story
  8. story
  9. story
  10. 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…

  11. story
  12. story
  13. story
  14. comment
    Comment #25301063

    Yes! I do this and love it. Works locally or via SSH with no difference at all.

  15. story
  16. story
  17. comment
    Comment #24822522

    Nice one! I've long been interested in the ONNX serving path.

  18. 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.

  19. 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.

  20. comment
    Comment #24817624

    Mobile phones definitely since these days most of them have pretty powerful GPUs.

  21. 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…

  22. 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 …

  23. story
  24. 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…

  25. 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…