You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-65Lines changed: 1 addition & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,73 +53,9 @@ pip install gfn-layer
53
53
```
54
54
**Note:** the package name on PyPI is **gfn-layer**, gfn refers to a different package.
55
55
56
-
For a developer installation
57
-
```
58
-
git clone https://github.com/Oisin-M/gfn.git
59
-
cd gfn
60
-
pip install -e .
61
-
pre-commit install
62
-
```
63
-
64
56
## Quickstart
65
57
66
-
Using `gfn` is intuitive - the `GFN` layer is an extension of the `torch.nn.Linear` layer. Simply import it with `from gfn import GFN` and use as follows:
0 commit comments