https://store-images.s-microsoft.com/image/apps.6213.4fc73365-902d-4ee6-9d8d-29f3b289225c.384aaade-facb-4701-9a4b-58bff9cb7db1.9f1e9c31-26c3-4703-a41f-dc486dc07d24

Pytorch

bCloud LLC

Pytorch

bCloud LLC

Version 2.8.0 + Free with Support on Ubuntu 22.04

PyTorch is an open-source deep learning framework that enables fast and flexible development of machine learning models. It provides tools for building and training neural networks efficiently, with support for dynamic computation graphs, GPU acceleration, and seamless integration with Python and C++ workflows.

Features of PyTorch:

  • Supports building and training neural networks with dynamic computation graphs.
  • Optimized for high-performance computing with GPU acceleration.
  • Compatible with popular deep learning libraries, including torchvision, torchaudio, and torchtext.
  • Provides easy-to-use APIs for both Python and C++ development.
  • Supports distributed training across multiple GPUs and nodes.
  • Open-source and actively maintained, widely used for research and production applications.

To check the installed version of PyTorch on Ubuntu 22.04, run these commands in your environment:

$ sudo su
$ sudo apt update
$ cd /opt/pytorch
$ activate-pytorch
$ python -c "import torch; print(f'PyTorch version: {torch.__version__}'); print(f'CUDA available: {torch.cuda.is_available()}'); print(f'Installation path: {torch.__file__}')"

Disclaimer: PyTorch is released under the BSD 3-Clause License and maintained by the PyTorch community. Users are responsible for correct usage in their specific applications. The developers are not responsible for any consequences arising from its use. Always refer to the official PyTorch documentation for the most accurate and up-to-date information.