Skip to content

Instantly share code, notes, and snippets.

@jianchao-li
jianchao-li / demo_captum.ipynb
Created February 29, 2020 05:32
Interpret PyTorch Models with Captum
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

start xming

Xming -multiwindow -clipboard
export DISPLAY=localhost:0
#ssh username@server -Y
@rpunkfu
rpunkfu / .pylintrc
Created December 15, 2015 19:07
Pylint's config file based on Google Style Guide for Python
[MASTER]
# Specify a configuration file.
#rcfile=
# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
#init-hook=
# Add files or directories to the blacklist. They should be base names, not