Setup
- Python >=3
- PyTorch >=1.0
Install using
pip install pytorchfi
. Then in your project source files:import pytorchfi
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
.Last modified 2yr ago