Integrating 3LC with PyTorch¶
The current version of 3LC is fully dependent on PyTorch as the machine learning framework. Therefore, refer to the user guide and notebooks to learn more about integrating 3LC with your PyTorch code.
Note
In order to use 3LC, PyTorch and Torchvision must be available in the Python environment. PyTorch provides packages targeting various compute platforms. You may scroll down on that page to find installation guidance and instructions for your platform. We strongly recommend using a CUDA-enabled version of PyTorch if you have a compatible GPU available.
Installing 3LC does not interfere with your existing PyTorch installation, but instead just works with whichever PyTorch is already present in the environment if there is one. If PyTorch is not already installed, then installing 3LC will install a compatible version for you.