Skip to content

Commit fa59241

Browse files
authored
Merge pull request #278405 from cloga/lochen/pre-build-in-sample-data
Lochen/pre build in sample data
2 parents 3661668 + ae6df32 commit fa59241

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

articles/machine-learning/component-reference/designer-error-codes.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,18 +1607,21 @@ If the component enabled distributed training fails without any `70_driver` logs
16071607

16081608
The following example shows that the **Node count** of run settings is larger than available node count of compute cluster.
16091609

1610-
[![Screenshot showing node count error](./media/module/distributed-training-node-count-error.png)](./media/module/distributed-training-node-count-error.png#lightbox)
1610+
[![Screenshot showing node count error.](./media/module/distributed-training-node-count-error.png)](./media/module/distributed-training-node-count-error.png#lightbox)
16111611

16121612
The following example shows that **Process count per node** is larger than **Processing Unit** of the compute.
16131613

1614-
[ ![Screenshot showing mpi log](./media/module/distributed-training-error-mpi-log.png) ](./media/module/distributed-training-error-mpi-log.png#lightbox)
1614+
[![Screenshot showing mpi log.](./media/module/distributed-training-error-mpi-log.png)](./media/module/distributed-training-error-mpi-log.png#lightbox)
16151615

16161616
Otherwise, you can check `70_driver_log` for each process. `70_driver_log_0` is for master process.
16171617

1618-
[ ![Screenshot showing driver log](./media/module/distributed-training-error-driver-log.png) ](./media/module/distributed-training-error-driver-log.png#lightbox)
1618+
[![Screenshot showing driver log.](./media/module/distributed-training-error-driver-log.png)](./media/module/distributed-training-error-driver-log.png#lightbox)
16191619

1620-
### Sample dataset not found in pipeline
1621-
If you encounter this error, please follow the steps below to resolve the issue:
1620+
### Fail to mount sample data in pipeline
1621+
1622+
:::image type="content" source="./media/module/global-datasets-error.png" alt-text="Screenshot of error of sample datastore." lightbox = "./media/module/global-datasets-error.png":::
1623+
1624+
If you encounter above error, please follow the steps below to resolve the issue:
16221625

16231626
- Double click data node to go to detail page of datastore.
16241627
:::image type="content" source="./media/module/sample-data-datastore.png" alt-text="Screenshot of datastore of sample data." lightbox = "./media/module/sample-data-datastore.png":::
11.3 KB
Loading

0 commit comments

Comments
 (0)