- fix
transform_rotation
wrongly using w x w for image size (@114, cregouby) tensor_image_display
andtensor_image_browse
now accept all tensor_image dtypes. (#115, @cregouby)- fix
transform_affine
help to remove confusion withtransforme_random_affine
help (#116, @cregouby) - add message translation in french (#112, @cregouby)
- 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)
- Remove usage of
torch_lstsq
that was removed in torch v0.10.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)
- 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)
- Added a dependency on
zip
tozip::unzip
the tinyimagenet dataset. - Removed all usages of
torch::enumerate()
from docs and tests in favor ofcoro::loop()
(#57) - Fixed non-namespaced calls to
torch
. (#58)
- Use a self hosted version of the MNIST dataset to avoid frequent download failures. (#48)
- Fix
torch_arange
calls after breaking change intorch
. (#47) - Fix bug in
transform_resize
when passingsize
with length 1. (#49)
- Fixed bugs in
transform_rotate
. (#31) - Fixed bugs in
transform_random_affine
andtransform_affine
(#32) - Added VGG model (#35)
- Added a
NEWS.md
file to track changes to the package.