Skip to content

Commit

Permalink
lucid testing file
Browse files Browse the repository at this point in the history
  • Loading branch information
HarborneD committed Aug 29, 2018
1 parent 0d0ae5d commit cb44659
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 0 deletions.
Binary file not shown.
Binary file added supporting_material/UI mock up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added supporting_material/afm_2018_poster.docx
Binary file not shown.
Binary file not shown.
Binary file added supporting_material/afm_2018_poster_Alun_v2.docx
Binary file not shown.
Binary file added supporting_material/afm_2018_poster_DAN_V3.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions testing_folder/lucid_test.py
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")

0 comments on commit cb44659

Please sign in to comment.