-
Notifications
You must be signed in to change notification settings - Fork 54
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestpytorchRelated to the pytorch backendRelated to the pytorch backendtensorflow
Description
Right now, importing DLCLive also imports torch/tf in several places without guards.
Examples
Examples include :
Whereas certain modules such as utils.py properly guard the imports.
Motivation
Properly guarded imports and ideally introducing "lazier" behavior would drastically help in making truly lightweight tests in CI, and likely improve import times drastically.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestpytorchRelated to the pytorch backendRelated to the pytorch backendtensorflow