HackerTrans
TopNewTrendsCommentsPastAskShowJobs

briggers

no profile record

Submissions

PyTorch Memory Tuning

paulbridger.com
1 points·by briggers·3 năm trước·0 comments

PyTorch Performance Features and How They Interact

paulbridger.com
3 points·by briggers·3 năm trước·0 comments

Wombo Dream: prompt-guided generative art

app.wombo.art
2 points·by briggers·4 năm trước·0 comments

comments

briggers
·3 năm trước·discuss
Machine learning productionization: https://paulbridger.com
briggers
·4 năm trước·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 năm trước·discuss
Before you start optimizing runtime performance: measure, trace, inspect, or whatever is appropriate to understand current performance.
briggers
·4 năm trước·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....