imgclsmob icon indicating copy to clipboard operation
imgclsmob copied to clipboard

Support the XDG Base Directory Specification

Open ruro opened this issue 3 years ago • 0 comments

pytorch now supports the XDG Base Directory specification https://github.com/pytorch/pytorch/issues/14693.

The pytorchcv module, provided by this repo is still using the hardcoded ~/.torch/models path.

You can see the "correct" logic for finding the .torch cache directory here.

ruro avatar Jun 03 '22 07:06 ruro