TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Build own deep learning setup or use cloud?

1 点作者 wtznc大约 5 年前
Is building my own deep learning setup cheaper than using cloud solutions? What cloud services would you recommend?

1 comment

montroser大约 5 年前
We put together our own setup for training. It was a pain in many ways, but I would probably do it again.<p>We had six boxes with three gpus each, 24 cores, 64G ram. Was all consumer grade stuff so we got to be our own amateur ops people since the professionals wouldn&#x27;t touch it, understandably.<p>But it was cheap, and there was something really nice to knowing that the hardware was all there waiting for us to leverage -- rather than thinking we had to get our models and hyperparameters perfect before using up precious per-hour resources in the cloud.<p>Once we were happy with each next model, we&#x27;d ship to production where we had a small active&#x2F;passive setup on real hardware in a real data center and that was enough to easily handle the query load.