-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.85 MB
...Effect of Task and User Role on the POSTER Evaluation of Interpretability Techniques.docx
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import numpy as np | ||
import tensorflow as tf | ||
|
||
import lucid.modelzoo.vision_models as models | ||
import lucid.optvis.render as render | ||
|
||
|
||
model = models.InceptionV1() | ||
model.load_graphdef() | ||
|
||
_ = render.render_vis(model, "mixed4a_pre_relu:476") |