/TFS-toolbox

Tensorflow Surgery Toolbox

Primary LanguageJupyter NotebookMIT LicenseMIT

TFS

Try to build some tools for Tensorflow

Setup

  • install python setup.py develop
  • uninstall python setup.py develop -u

Notebook

The python notebook for CNN visualization. The data is provided here:

NOTE: you need to download the data and change the name referenced in notebook file.

TODO

  • LRN layer should also have visualization pass. (in caffe, the author use the backward pass. Actually, in our experiment, whether adding it doesn't matter much)