Skip to content

Releases: pytorch/vision

Just a version bump

03 Apr 04:41
Compare
Choose a tag to compare

A small release, just needed a version bump because of PyPI.

Add models and modelzoo, some bugfixes

03 Apr 04:40
Compare
Choose a tag to compare

New Features

  • Add torchvision.models: Definitions and pre-trained models for common vision models
    • ResNet, AlexNet, VGG models added with downloadable pre-trained weights
  • adding padding to RandomCrop. Also add transforms.Pad
  • Add MNIST dataset

Performance Fixes

  • Fixing performance of LSUN Dataset

Bug Fixes

  • Some Python3 fixes
  • Bug fixes in save_image, add single channel support

First release

03 Apr 04:35
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Introduced Datasets and Transforms.

Added common datasets

  • COCO (Captioning and Detection)

  • LSUN Classification

  • ImageFolder

  • Imagenet-12

  • CIFAR10 and CIFAR100

  • Added utilities for saving images from Tensors.