Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
markytools
/
strexp
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c31349f
strexp
/
captum
/
insights
/
example.py
markytools
added strexp
d61b9c7
almost 2 years ago
raw
Copy download link
history
blame
Safe
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