What is value and use case for Deep Learning AMI (DLAMI)?

0

What is value and use case for Deep Learning AMI (DLAMI)?

It seems that customers often pack ML dependencies at the docker level (themselves, or with DL containers or with SageMaker containers), instead of the AMI level. So what is the value and use-case of DL AMI ?

AWS
EXPERTE
gefragt vor 4 Jahren626 Aufrufe
1 Antwort
0
Akzeptierte Antwort

The value of the DLAMI (https://docs.aws.amazon.com/dlami/latest/devguide/what-is-dlami.html) is ease of use and saving time to get up to speed in a development environment. If you are developing code for ML there is a huge variety of frameworks and software that you might need to install. The DLAMI includes the more popular ones, so you may quickly deploy a machine complete with common dependencies. This results in a reduction of the time needed for installing and configuring things. It speeds up experimentation and evaluation. If you want to try a new framework, it is already there.

The second reason is that AWS keeps the AMI up to date, so you may just deploy a new AMI periodically rather than having to patch. Again, this saves you time and lets you concentrate on the underlying development and business activities.

All that said, for running in production and at volume you might want to use a different tool, I would imagine that for most cases creating docker images to your specific requirements would make a lot of sense. No need to go over the good and bad points of containers here.

AWS
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen