0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

「Train a Deep Learning model」を写経してみた

0
Posted at

概要

以下を写経してみた。
https://aws.amazon.com/jp/getting-started/hands-on/train-deep-learning-model-aws-ec2-containers/?nc1=h_ls

ざっくり概要

普段SageMakerなどでマネージドでPythonを書いている方におすすめ。
割と幅広く学べる内容かと。

  • EC2インスタンスを作る
  • ECRからDockerコンテナをPull
  • MNIST CNNモデルを使って訓練実行

詰まったところ

A client error (AccessDeniedException) occurred when calling the GetAuthorizationToken operation: 
    User: arn:aws:iam::account-number:user/username is not authorized to perform: 
    ecr:GetAuthorizationToken on resource: *

感想

  • 普段SageMakerを使ってマネージドで機械学習を使っているが、時にはこういう形でコンテナとかを意識する形にしてみても良いかなと
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?