🔥
PyTorchFI
  • PyTorchFI
  • Setup
  • Example
  • Changelog
Powered by GitBook
On this page
  • Setting Up PyTorchFI
  • Requirements for PyTorchFI
  • Installing PyTorchFI

Was this helpful?

Setup

PreviousPyTorchFINextExample

Last updated 3 years ago

Was this helpful?

Setting Up PyTorchFI

Requirements for PyTorchFI

  • Python >=3

  • PyTorch >=1.0

Installing PyTorchFI

Via Pip

Install using pip install pytorchfi . Then in your project source files:

import pytorchfi

From Source

Download the source code , and add the directory into the root of your project.

At the top of any file you wish to use PyTorchFI in, add

import pytorchfi

You will then be able to call the available functions from pytorchfi.

here