You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dependencies and kernel crash in captumyt.py (#2408)
* Update captum dependencies (matplotlib and flask-compress)
* Use resnet18 due to RAM limitation
Google Colab crashes due to insufficient RAM (more than 12 GB is required) if resnet101 or resnet50 are used. Thus, resnet18 is used instead (approximately 6 GB is used).
0 commit comments