Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tatp22 authored Jun 23, 2020
1 parent 0533739 commit 9c83535
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,7 @@ Starting with version `0.8.0`, one can now visualize the attention heads of the
A working example of the code can be found below, and the same code can be found in `./examples/example_vis.py`:

```python
import sys
import torch

sys.path.insert(0, "../")
from linformer_pytorch import Linformer, Visualizer

model = Linformer(
Expand Down

0 comments on commit 9c83535

Please sign in to comment.