AI/ML · +11 points

PyTorch

Meta's deep learning framework — research and production ML standard.

Install
pip install torch
License
BSD-3
Stars
90k+

Integration goal

Create tensors and run a simple linear layer forward pass.

  1. Import torch
  2. Define nn.Linear layer
  3. Push model.py
Open Integration Workspace →

← All open source tools