File tree 1 file changed +2
-2
lines changed
tensorboard/plugins/interactive_inference
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ jupyter nbextension enable --py --sys-prefix witwidget
298
298
Note that if you use TensorFlow with GPU support (tensorflow-gpu), then you
299
299
should instead install the GPU-compatible version of witwidget:
300
300
``` sh
301
- pip install widwidget -gpu
301
+ pip install witwidget -gpu
302
302
jupyter nbextension install --py --symlink --sys-prefix witwidget
303
303
jupyter nbextension enable --py --sys-prefix witwidget
304
304
```
@@ -312,7 +312,7 @@ containing:
312
312
```
313
313
!pip install witwidget
314
314
```
315
- For TensorFlow GPU support, use the widwidget -gpu package instead of witwidget.
315
+ For TensorFlow GPU support, use the witwidget -gpu package instead of witwidget.
316
316
317
317
Then, use it as seen at the bottom of the
318
318
[ What_If_Tool_Notebook_Usage.ipynb notebook] ( https://colab.research.google.com/github/tensorflow/tensorboard/blob/master/tensorboard/plugins/interactive_inference/What_If_Tool_Notebook_Usage.ipynb ) .
You can’t perform that action at this time.
0 commit comments