Commit 37fe0b1
Correct default
Summary:
The default argument for `method` in `captum.attr.visualization.visualize_timeseries_attr` is currently `"individual_channels"`, which is not a valid option, resulting in an exception if used. This PR changes the default method to `"overlay_individual"`, which is what the docs indicate the default should be.
Pull Request resolved: #1152
Reviewed By: aobo-y
Differential Revision: D47197267
Pulled By: vivekmig
fbshipit-source-id: 4d87f792b742fafbb9c30e84247c830e93df1187method argument for captum.attr.visualization.visualize_t… (#1152)1 parent 645af96 commit 37fe0b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
0 commit comments