strexp / captum /insights /example.py
markytools's picture
added strexp
d61b9c7
raw
history blame contribute delete
208 Bytes
# for legacy purposes
import warnings
from captum.insights.attr_vis.example import * # noqa
warnings.warn(
"Deprecated. Please import from captum.insights.attr_vis.example instead."
)
main() # noqa