MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.24k stars 21.41k forks source link

code doesn't work #100970

Open bigkangji opened 1 year ago

bigkangji commented 1 year ago

Hello All,

Under Create component 2: training (using yaml definition), the below code don't work.

train_component = load_component(source=os.path.join(train_src_dir, "train.yml"))

The above should be changed like the below.

train_component = load_component(os.path.join(train_src_dir, "train.yml"))

The error message looks like : error


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

RamanathanChinnappan-MSFT commented 1 year ago

@bigkangji

Thanks for your feedback! We will investigate and update as appropriate.

RamanathanChinnappan-MSFT commented 1 year ago

@bigkangji

Thanks for your feedback! We have assigned the issue to author and will provide further updates.

RamanathanChinnappan-MSFT commented 1 year ago

@msdpalam

could you please review this and update as appropriate.