mlverse / torchvision

R interface to torchvision
https://torchvision.mlverse.org
Other
62 stars 14 forks source link

remove zip::unzip #89

Closed skeydan closed 1 year ago

skeydan commented 1 year ago

This PR removes the dependency on zip::unzip added in version 0.4.0.

The problem is that zip::unzip may result in corrupted files. The following was seen on Fedora 37, unzipping the tiny_imagenet dataset:

skeydan commented 1 year ago

Issue in zip::unzip: https://github.com/r-lib/zip/issues/99

skeydan commented 1 year ago

thanks @dfalbel !