Releases: mlverse/torchvision
Releases · mlverse/torchvision
v0.6.0
v0.5.1
v0.5.0
- Bugs fixed in
transform_adjust_hue()
andtransform_linear_transformation()
(#72, #73, @sebffischer) - add
draw_bounding_boxes()
,draw_segmentation_masks()
anddraw_keypoints()
on top of image tensors, and add a conveniencetensor_image_browse()
andtensor_image_display()
functions to visualize image tensors respectively in browser or in X11 device (#80, @cregouby) - Added the InceptionV3 model. (#82)
v0.4.1
- 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)