Skip to content

Releases: mlverse/torchvision

v0.6.0

14 Jun 17:27
Compare
Choose a tag to compare
  • Remove again dependency on zip::unzip added in version 0.4.0. (#89)
  • Improve performance on tinyimagenet-alexnet example (#90, @statist-bhfz)
  • Updated URL of downloaded resources to use the new torch CDN. (#109)

v0.5.1

14 Apr 10:56
979ade5
Compare
Choose a tag to compare
  • Remove usage of torch_lstsq that was removed in torch v0.10.0

v0.5.0

15 Mar 12:43
Compare
Choose a tag to compare
  • Bugs fixed in transform_adjust_hue() and transform_linear_transformation() (#72, #73, @sebffischer)
  • add draw_bounding_boxes() , draw_segmentation_masks() and draw_keypoints() on top of image tensors, and add a convenience tensor_image_browse() and tensor_image_display() functions to visualize image tensors respectively in browser or in X11 device (#80, @cregouby)
  • Added the InceptionV3 model. (#82)

v0.4.1

28 Jan 20:15
Compare
Choose a tag to compare
  • Implemented MobileNetV2 (#60)
  • Improved vignettes so they use nnf_cross_entropy for numerical stability. (#61)
  • Implement the full list of ResNet model family (#66, @cregouby)
  • Improved how datasets and models are downloaded by using a large timeout by default
    and downloading to temporary file to avoid hard to debug errors when the files are
    corrupt. (#67)

v0.4.0

17 Aug 13:43
Compare
Choose a tag to compare
  • Added a dependency on zip to zip::unzip the tinyimagenet dataset.
  • Removed all usages of torch::enumerate() from docs and tests in favor of coro::loop() (#57)
  • Fixed non-namespaced calls to torch. (#58)

v0.3.0

04 May 17:28
Compare
Choose a tag to compare
  • Use a self hosted version of the MNIST dataset to avoid frequent download failures. (#48)
  • Fix torch_arange calls after breaking change in torch. (#47)
  • Fix bug in transform_resize when passing size with length 1. (#49)

v0.2.0

05 Jan 23:24
e9fa6f1
Compare
Choose a tag to compare
  • Fixed bugs in transform_rotate. (#31)
  • Fixed bugs in transform_random_affine and transform_affine (#32)
  • Added VGG model (#35)

v0.1.0

29 Oct 15:49
0a7403e
Compare
Choose a tag to compare
  • First CRAN release