Live data from Hacker News

Nvidia MLOps: The AI LifeCycle for IT Production

blogs.nvidia.com

11–15 of 15 posts

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#11
post #4

There’s a lot of words and vendors here I’ve never heard of. Is this a legit rundown of a growing field, or is this Nvidia pitching me all their partners?

The lifecycle diagram is legit. As for the vendors, Nvidia is just promoting their own services or their partners. But there aren't any established players yet. It's still a nascent field.

Thanks - sounds like a good area to google around in, but not to take the blog too seriously yet.

Sounds about right to me.

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#12
post #7

I wish Nvidia would put more work into making sure that its stable software packages work together with other stable software. I have a laptop that's more than 1 year old with tensor cores (RTX 2070), but it's still not supported on stable Windows. I had to install dev channel MS Windows + subsystem for linux 2 + NVidia CUDA 10.2 (an old version of the NVIDIA driver) to be able to run mixed precision training on my N…

These are problems of third parties, not Nvidia. Every game that runs on Linux gets full graphics acceleration. As for Windows, PyTorch AMP allows for mixed precision training on native windows through conda, no apex needed. And of course, the same APIs from Nvidia are available on both.

Thanks, it's great to know that I can use PyTorch AMP for mixed precision training, I was following NVIDIA's documentation, and this wasn't explained.

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#13

There’s a lot of words and vendors here I’ve never heard of. Is this a legit rundown of a growing field, or is this Nvidia pitching me all their partners?

It's a bit of both. Well, it's definitely an advertising piece but parts of it are somewhat accurate about MLOps.

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#14
post #5

It looks like the "Data Fixes" section could introduce bias. "Select the right data" reminds me of researchers cherry-picking data for papers.

"Data Fixes" might also correct for bias. Data often contains errors and inconsistencies, especially if it's the output of some other automation.

"Select the right data" just means don't try to do something silly like predict 2021 housing prices in Ann Arbor using historical data for Pittsburgh from 1980-2007.

Post reply on HN