• Stars
    star
    148
  • Rank 249,983 (Top 5 %)
  • Language
    HTML
  • Created about 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Offline documentation built from official PyTorch release

PyTorch Offline Documentation

Offline documentation built from official Scikit-learn, Matplotlib, PyTorch and torchvision release.

The offline documentation of NumPy is available on official website.

Offline documentation does speed up page loading, especially for some countries/regions.

This repo helps to relieve the pain of building PyTorch offline documentation.

No need to clone the huge PyTorch repo. No need to install Sphinx. No need to wait for searching.

Docs Version Release Page
PyTorch torch version Link
torchvision torchvision version Link
Numpy numpy version Link
Scikit-learn scikit-learn version Link
Matplotlib matplotlib version Link

How to use

You can download from release page(recommended), or clone this repo(about 700+MB) by

$ git clone https://github.com/unknownue/PyTorch.docs.git

The documentation of PyTorch is in torch directory, and that of torchvision is in torchvision directory.

Open Index.html to view the documentation.

If you want to build by yourself, the build directory contains the build configuration in docker.