HackerTrans
TopNewTrendsCommentsPastAskShowJobs

briggers

no profile record

Submissions

PyTorch Memory Tuning

paulbridger.com
1 points·by briggers·há 3 anos·0 comments

PyTorch Performance Features and How They Interact

paulbridger.com
3 points·by briggers·há 3 anos·0 comments

Wombo Dream: prompt-guided generative art

app.wombo.art
2 points·by briggers·há 4 anos·0 comments

comments

briggers
·há 3 anos·discuss
Machine learning productionization: https://paulbridger.com
briggers
·há 4 anos·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
·há 4 anos·discuss
Before you start optimizing runtime performance: measure, trace, inspect, or whatever is appropriate to understand current performance.
briggers
·há 4 anos·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....