Model doesn't run after submit - local compute
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 30/100
- issue の種類
- バグ
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- machine-learning, python
調査の方向性
参照されている例とその train.py から始め、次に、示されている Workspace、Environment、ScriptRunConfig、Experiment の設定を使ってローカルのターゲット送信を再現します。実行が「starting」のままになる理由と、ローカルディレクトリに churn-model.pkl が存在することが想定されているかを確認します。完了の条件は、想定されるローカル実行の動作とアーティファクトの場所が文書化または修正されていることです。
索引モデルが issue の本文から書いたものです。
説明
I'm running the following from the example:
from azureml.core import Workspace
from azureml.core.experiment import Experiment
from azureml.core.environment import Environment
from azureml.core.conda_dependencies import CondaDependencies
from azureml.core import ScriptRunConfig, Experiment
ws = Workspace.get(name="ws_name", subscription_id='id', resource_group='rg')
myenv = Environment(name="myenv")
runconfig = ScriptRunConfig(source_directory="../src", script="train.py")
conda_dep = CondaDependencies()
conda_dep.add_conda_package("numpy==1.17.0")
conda_dep.add_pip_package("sklearn")
conda_dep.add_pip_package("joblib")
myenv.python.conda_dependencies=conda_dep
exp = Experiment(name="test-experiment", workspace = ws)
runconfig.run_config.target = "local"
runconfig.run_config.environment = myenv
run = exp.submit(runconfig)
train.py is the same as shown in the Tutorial. I'm expecting a churn-model.pkl to be saved in my local directory. However, that doesn't happen. When I check the Experiment section on the AzureML dashboard, the status shows 'starting'.
Or do I need an additional command in order to actually launch the job?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: eb938463-51c2-43f3-d528-76a07a28bec8
- Version Independent ID: e15753c0-6fe1-100a-0efc-08c1f845dc83
- Content: Azure Machine Learning SDK for Python - Azure Machine Learning Python
- Content Source: AzureML-Docset/docs-ref-conceptual/index.md
- Service: machine-learning
- Sub-service: core
- GitHub Login: @cjgronlund
- Microsoft Alias: cgronlun
- 主要言語
- Jupyter Notebook
- スター
- 4.4k
- フォーク
- 2.6k
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
Azure/MachineLearningNotebooks のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
Azure/MachineLearningNotebooks#1975 · コメント 1 件 ·
-
duplicates オープン
難易度 1/5 1時間未満 初心者へのやさしさ 68/100
Azure/MachineLearningNotebooks#1960 ·
-
machine オープン
難易度 5/5 1週間以上 初心者へのやさしさ 10/100
Azure/MachineLearningNotebooks#1987 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
Azure/MachineLearningNotebooks#1985 · コメント 1 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
Azure/MachineLearningNotebooks#1981 · リアクション 1 件 ·
Azure/MachineLearningNotebooks の issue をすべて見る
似ている issue
-
[BUG] ECR GetAuthorizationToken returns a proxyEndpoint for the default region, not the request's オープンbug ecr
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
docs-from-code
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
microsoft/aspire.dev#1734 ·
-
[BUG] オープンbug needs-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
openwallet-foundation/eudiplo#1067 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
hashicorp/go-azure-helpers#286 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
akash-network/community#1526 ·