HackerTrans
TopNewTrendsCommentsPastAskShowJobs

briggers

no profile record

Submissions

PyTorch Memory Tuning

paulbridger.com
1 points·by briggers·3 года назад·0 comments

PyTorch Performance Features and How They Interact

paulbridger.com
3 points·by briggers·3 года назад·0 comments

Wombo Dream: prompt-guided generative art

app.wombo.art
2 points·by briggers·4 года назад·0 comments

comments

briggers
·3 года назад·discuss
Machine learning productionization: https://paulbridger.com
briggers
·4 года назад·discuss
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 reach out to me via this work, and when we talk they already see me as an expert or already want to work with me.

I need to blog more, thanks for the reminder.
briggers
·4 года назад·discuss
Before you start optimizing runtime performance: measure, trace, inspect, or whatever is appropriate to understand current performance.
briggers
·4 года назад·discuss
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....