Skip to content

Commit e935b3a

Browse files
bilalsalfacebook-github-bot
authored andcommitted
render() accepts no parameters in the new API
Summary: The API changed in captum/insights/api.py after upgrading to widgets (per T55268540). The old render(blocking, debug, port) does not work anymore. Reviewed By: edward-io Differential Revision: D19060642 fbshipit-source-id: d97ca3a47b21bfe30f77d4210bf1952acee400b3
1 parent 7ed91f5 commit e935b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/CIFAR_TorchVision_Captum_Insights.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"metadata": {},
148148
"outputs": [],
149149
"source": [
150-
"visualizer.render(debug=False)"
150+
"visualizer.render()"
151151
]
152152
},
153153
{

0 commit comments

Comments
 (0)