Skip to content

Commit eb4f90a

Browse files
committed
Fix typo
Tensorflow -> TensorFlow
1 parent 83580f2 commit eb4f90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/machine-learning/tutorial-load-data-petastorm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: midesa
1111

1212
# Load data with Petastorm (deprecated)
1313

14-
Petastorm is an open source data access library, which enables single-node or distributed training of deep learning models. This library enables training directly from datasets in Apache Parquet format and datasets that are loaded as an Apache Spark DataFrame. Petastorm supports popular training frameworks such as Tensorflow and PyTorch.
14+
Petastorm is an open source data access library, which enables single-node or distributed training of deep learning models. This library enables training directly from datasets in Apache Parquet format and datasets that are loaded as an Apache Spark DataFrame. Petastorm supports popular training frameworks such as TensorFlow and PyTorch.
1515

1616
For more information about Petastorm, you can visit the [Petastorm GitHub page](https://github.com/uber/petastorm) or the [Petastorm API documentation](https://petastorm.readthedocs.io/en/latest).
1717

@@ -103,7 +103,7 @@ generate_petastorm_dataset(output_url)
103103

104104
### Read dataset from a primary storage account
105105

106-
The ```petastorm.reader.Reader``` class is the main entry point for user code that accesses the data from an ML framework such as Tensorflow or Pytorch. You can read a dataset using the ```petastorm.reader.Reader``` class and the ```petastorm.make_reader``` factory method.
106+
The ```petastorm.reader.Reader``` class is the main entry point for user code that accesses the data from an ML framework such as TensorFlow or Pytorch. You can read a dataset using the ```petastorm.reader.Reader``` class and the ```petastorm.make_reader``` factory method.
107107

108108
In the example, you can see how you can pass an ```abfs``` URL protocol.
109109

0 commit comments

Comments
 (0)