PyTorch Template

Remix this to start a PyTorch article.

import platform, torch
print("Python version: %s.\nPyTorch version: %s." %
      (platform.python_version(),torch.__version__))
1.9s
PyTorch (Python)
Runtimes (1)