Metadata-Version: 2.1
Name: irisml-tasks-torchvision
Version: 0.0.3
Summary: Torchvision-related tasks for IrisML
Author: irisdev
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# irisml-tasks-torchvision

A collections of IrisML tasks that depends on torchvision library.

See [irisml](https://github.com/microsoft/irisml) repository for the detail.

## Available tasks

### create_torchvision_model
Create a vision model from the torchvision library.
### create_torchvision_transform
Create a transform function using the torchvision library.
### load_torchvision_dataset
Load a Dataset instance from the torchvision library.
