-
Notifications
You must be signed in to change notification settings - Fork 3
Home
xianglin edited this page May 31, 2021
·
5 revisions
This is an implementation of DeepVisualInsight framework, which is a visualization debugging tool for neural network.
Requirements to run DeepVisualInsight are in requirements.txt
. Please run the following commands in command line:
$ conda create -n DVI_newest python=3.6
$ git clone https://github.com/xianglinyang/DeepVisualInsight.git
$ pip -r install requirements.txt
Please follow Usage Instructions to use DVI.