Azure Storage Connector for PyTorch Documentation¶
The Azure Storage Connector for PyTorch (azstoragetorch
) is a library that provides
seamless, performance-optimized integrations between Azure Storage and PyTorch.
Use this library to easily access and store data in Azure Storage while using PyTorch. The
library currently offers:
File-like object for saving and loading PyTorch models (i.e., checkpointing) with Azure Blob Storage
PyTorch datasets for loading data samples from Azure Blob Storage
Visit the Getting Started page for more information on how to start using the Azure Storage Connector for PyTorch.