Live data from Hacker News

Nvidia MLOps: The AI LifeCycle for IT Production

blogs.nvidia.com

1–10 of 15 posts

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#2
Working for a devops consultancy and tooling conpany: this is definitely something we have been keeping our eyes on for the last couple of years. My personal opinion is that our local market might be a bit too small to invest heavily in this but I’m glad some of the big names can get benefits out of it.

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#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.

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#6
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.

ML Ops is a rapidly growing corner of the AI landscape: https://www.cognilytica.com/2020/04/01/ai-today-podcast-135-...

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#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 NVIDIA card.

I could try to run Linux, but in that case I may not be able to use the newest games that are created for the same NVIDIA card.

The situation is so bad that Jeremy Howard from Fast.AI suggests people to run training models on the cloud even if they put significant amount of money into having their own NVIDIA cards.

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#8
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.

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#9
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…

You could always dual boot.

Re: Nvidia MLOps: The AI LifeCycle for IT Production

#10
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.

The purpose of that step is exactly the opposite: to use data that represents (as much as possible) the full generality of the space you seek to model. And on a more practical level, there are datasets that can't be used for commercial purposes but are useful for research (a well known but not the best example would be ImageNet).
Post reply on HN