facebookresearch / vissl

VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
https://vissl.ai
MIT License
3.25k stars 331 forks source link

Move MultiDimensionalTensor #445

Open edpizzi opened 2 years ago

edpizzi commented 2 years ago

Summary: Most uses of MultiDimensionalTensor are in the models path, and avoiding imports from models/ to data/ avoids registering all datasets (via __init__.py magic), allowing more modular use of vissl models.

Differential Revision: D31459054

facebook-github-bot commented 2 years ago

This pull request was exported from Phabricator. Differential Revision: D31459054