README.md

Quick reference

torchvision | openEuler

The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.

Supported tags and respective Dockerfile links

The tag of each torchvision docker image is consist of the version of torchvision and the version of basic image. The details are as follows

Tags Currently Architectures
0.27.0-oe2403sp3 torchvision 0.27.0 on openEuler 24.03-lts-sp3 amd64, arm64

Usage

Pull the openeuler/torchvision image from docker

docker pull openeuler/torchvision:{Tag}

Start a container and run Python

docker run -it openeuler/torchvision:{Tag} python3

Use torchvision in Python

import torch
import torchvision

print(torch.__version__)
print(torchvision.__version__)

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.