🚀 Feature
Importing icedata takes a lot of time, this happens because interally we are importing unecessary stuff from icevision (heavy libraries like pytorch).
I think the problem mostly comes from icevision.imports
It might be a good idea to curate our own imports on icedata.imports to alliviate this issue.
🚀 Feature
Importing icedata takes a lot of time, this happens because interally we are importing unecessary stuff from icevision (heavy libraries like pytorch).
I think the problem mostly comes from
icevision.importsIt might be a good idea to curate our own imports on
icedata.importsto alliviate this issue.