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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: DVC Studio – Git-Based ML Experiments Management

19 点作者 duijf将近 4 年前

2 条评论

dmpetrov将近 4 年前
Hey everyone, our team is working on open-source tools for data scientists: dvc.org and cml.dev. These two products help ML teams track ML experiments and run training in the cloud using Git &amp; GitOps approach.<p>Today we are launching DVC Studio - User Interface for DVC and CML. This UI works on top of GitLab, GitHub or BitBucket and extends it by ML specific scenarios:<p>- Visualizing dashboard of ML experiments<p>- Graphs for your ML training<p>- Manages connections to your clouds - data is not stored in Git, but cloud storages :)<p>- Modify hyperparameters in UI &amp; run ML experiments in clouds or Kubernetes<p>All of this through Git, GitOps paradigm and with connection to GitLab, GitHub and BitBucket.<p>Looking forward to your feedback!
d4rkp4ttern将近 4 年前
I have been in search of a very lightweight way to track experiments, so I went to the dvc page and was completely overwhelmed by all of the options. I tried to find the answer to a simple question — how do I log metrics and artifacts from a train&#x2F;test run? I saw ‘dvc exp run’ (or something like that), but how does it know what my training script is? And what should I add to my code to checkpoint metrics or other stuff at various points in a script?<p>I was looking for a simple, self contained “getting started” sequence of pip installs and example code, but I found the docs linking all over the place.<p>I was previously looking at keepsake, an extremely lightweight experiment tracker&#x2F;logger. But it had some issues working with PyTorch lightning, so I was back searching for something else.
评论 #27399291 未加载