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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,17 +225,17 @@ python setup.py develop
225
225
226
226
#### Filtering layers
227
227
228
-
In order to improve the responsiveness of the tool when visualizing larger models or inputs, you may wish to filter the attention to a subset of layers
229
-
by setting the `include_layers`parameter, which specifies which layers to include in the visualization. This option is supported by the head view and model
230
-
view currently.
228
+
To improve the responsiveness of the tool when visualizing larger models or inputs, you may set the `include_layers`
229
+
parameter to restrict the visualization to a subset of layers (zero-indexed). This option is available in the head view and model
230
+
view.
231
231
232
-
**Example:** Render model view with only layers 5 and 6 (zero-indexed) displayed:
232
+
**Example:** Render model view with only layers 5 and 6 displayed:
0 commit comments