Skip to content

Commit 4d2b937

Browse files
authored
Merge pull request Azure#600 from Azure/release_update/Release-24
Fix for Tensorflow 2.0 related Notebook Failures
2 parents 735db9e + 5492f52 commit 4d2b937

File tree

5 files changed

+150
-11
lines changed

5 files changed

+150
-11
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ pip install azureml-sdk
1212
Read more detailed instructions on [how to set up your environment](./NBSETUP.md) using Azure Notebook service, your own Jupyter notebook server, or Docker.
1313

1414
## How to navigate and use the example notebooks?
15-
16-
Use this [index](https://github.com/Azure/MachineLearningNotebooks/blob/master/index.md) to assist in navigating the Azure Machine Learning notebook samples and encourage efficient retrieval of topics and content.
17-
1815
If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, you should always run the [Configuration](./configuration.ipynb) notebook first when setting up a notebook library on a new machine or in a new environment. It configures your notebook library to connect to an Azure Machine Learning workspace, and sets up your workspace and compute to be used by many of the other examples.
1916

2017
If you want to...

how-to-use-azureml/deployment/accelerated-models/accelerated-models-object-detection.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: accelerated-models-object-detection
22
dependencies:
33
- pip:
44
- azureml-sdk
5-
- azureml-accel-models
6-
- tensorflow
5+
- azureml-accel-models[cpu]
76
- opencv-python
87
- matplotlib

how-to-use-azureml/deployment/accelerated-models/accelerated-models-quickstart.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ name: accelerated-models-quickstart
22
dependencies:
33
- pip:
44
- azureml-sdk
5-
- azureml-accel-models
6-
- tensorflow
5+
- azureml-accel-models[cpu]

how-to-use-azureml/deployment/accelerated-models/accelerated-models-training.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: accelerated-models-training
22
dependencies:
33
- pip:
44
- azureml-sdk
5-
- azureml-accel-models
6-
- tensorflow
5+
- azureml-accel-models[cpu]
76
- keras
87
- tqdm
98
- sklearn

0 commit comments

Comments
 (0)