Setup
Setting Up PyTorchFI
Requirements for PyTorchFI
Installing PyTorchFI
Via Pip
import pytorchfiFrom Source
import pytorchfiLast updated
Was this helpful?
Python >=3
PyTorch >=1.0
Install using pip install pytorchfi . Then in your project source files:
import pytorchfiDownload the source code here, and add the directory into the root of your project.
At the top of any file you wish to use PyTorchFI in, add
import pytorchfiYou will then be able to call the available functions from pytorchfi.
Last updated
Was this helpful?
Was this helpful?