スキップしてコンテンツを表示

Resource handler returned message: "Invalid request provided: Invalid AppType [KernelGateway]. This AppType has been deprecated.

0

https://aws.amazon.com/jp/tutorials/machine-learning-tutorial-train-a-model/ 1.1でCreate stackを実行すると下記エラーが発生します。

Resource handler returned message: "Invalid request provided: Invalid AppType [KernelGateway]. This AppType has been deprecated." (RequestToken: d79b3efa-002a-1012-9253-3b9311a44049, HandlerErrorCode:

・AWSアカウントを作成するところから開始しています。 ・上記以外AWSアカウントで実施した作業はありません ・バブリックVPCが前提と記載がありました。私が確認した範囲では、AWSアカウントを作成時にデフォルトで作成されているとの認識です。

1回答
0
承認された回答

It looks like you're encountering an error when trying to follow the machine learning tutorial for training a model on AWS. The error message indicates that the "KernelGateway" AppType has been deprecated, which is causing your CloudFormation stack creation to fail.

This error is likely occurring because the tutorial you're following might be using older configurations that are no longer supported in the current AWS environment. The "KernelGateway" was a type of application used in Amazon SageMaker, but it appears to have been deprecated in favor of newer approaches.

To resolve this issue, you might want to:

  1. Check if there's an updated version of the tutorial that uses current AWS configurations
  2. Look for alternative AWS machine learning tutorials that use Trainium (Trn1/Trn1n) instances, as these are specifically designed for ML training workloads
  3. Consider exploring the AWS Neuron samples and tutorials that are available for various ML models like BERT, GPT, Llama, and others

AWS provides numerous up-to-date samples and tutorials for training various machine learning models using their Trainium instances, including encoder models (BERT, RoBERTa), decoder models (GPT, Llama), vision transformers, and more. These resources would likely provide you with a more current approach to ML model training on AWS.
Sources
https://awsdocs-neuron.readthedocs-hosted.com/en/latest/_sources/general/models/training-trn1-samples.rst
https://awsdocs-neuron.readthedocs-hosted.com/en/latest/_sources/general/models/training-trn1-samples.rst.txt

回答済み 4ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ