Skip to content

Commit 6893745

Browse files
authored
fix whitespace issue
1 parent d642b6a commit 6893745

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/machine-learning/resource-known-issues.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Framework-specific dependencies are listed in the respective framework document
6060
> [!Note]
6161
> If you think a particular package is common enough to be added in Azure ML maintained images and environments please raise a GitHub issue in [AzureML Containers](https://github.com/Azure/AzureML-Containers).
6262
63-
### NameError (Name not defined), AttributeError (Object has no attribute)
63+
### NameError (Name not defined), AttributeError (Object has no attribute)
6464
This exception should come from your training scripts. You can look at the log files from Azure portal to get more information about the specific name not defined or attribute error. From the SDK, you can use `run.get_details()` to look at the error message. This will also list all the log files generated for your run. Please make sure to take a look at your training script and fix the error before resubmitting your run.
6565

6666
### Horovod has been shut down
@@ -72,7 +72,6 @@ Azure Compute has been rolling out an [SR-IOV upgrade](https://azure.microsoft.c
7272
View the [update schedule](https://azure.microsoft.com/updates/sr-iov-availability-schedule-on-ncv3-virtual-machines-sku/) to see when support will be rolled out for your region.
7373

7474
### Run or experiment deletion
75-
7675
Experiments can be archived by using the [Experiment.archive](https://docs.microsoft.com/python/api/azureml-core/azureml.core.experiment(class)?view=azure-ml-py#archive--)
7776
method, or from the Experiment tab view in Azure Machine Learning studio client via the "Archive experiment" button. This action hides the experiment from list queries and views, but does not delete it.
7877

0 commit comments

Comments
 (0)