diff --git a/supporting_material/POSTER Exploration of the Effect of Task and User Role on the POSTER Evaluation of Interpretability Techniques.docx b/supporting_material/POSTER Exploration of the Effect of Task and User Role on the POSTER Evaluation of Interpretability Techniques.docx new file mode 100644 index 0000000..9ba9df9 Binary files /dev/null and b/supporting_material/POSTER Exploration of the Effect of Task and User Role on the POSTER Evaluation of Interpretability Techniques.docx differ diff --git a/supporting_material/UI mock up.png b/supporting_material/UI mock up.png new file mode 100644 index 0000000..b832a0a Binary files /dev/null and b/supporting_material/UI mock up.png differ diff --git a/supporting_material/afm_2018_poster.docx b/supporting_material/afm_2018_poster.docx new file mode 100644 index 0000000..b72f6eb Binary files /dev/null and b/supporting_material/afm_2018_poster.docx differ diff --git a/supporting_material/afm_2018_poster_Alun_v2-SJJ.docx b/supporting_material/afm_2018_poster_Alun_v2-SJJ.docx new file mode 100644 index 0000000..29a0b51 Binary files /dev/null and b/supporting_material/afm_2018_poster_Alun_v2-SJJ.docx differ diff --git a/supporting_material/afm_2018_poster_Alun_v2.docx b/supporting_material/afm_2018_poster_Alun_v2.docx new file mode 100644 index 0000000..f20d5a1 Binary files /dev/null and b/supporting_material/afm_2018_poster_Alun_v2.docx differ diff --git a/supporting_material/afm_2018_poster_DAN_V3.pdf b/supporting_material/afm_2018_poster_DAN_V3.pdf new file mode 100644 index 0000000..cfe9ba0 Binary files /dev/null and b/supporting_material/afm_2018_poster_DAN_V3.pdf differ diff --git a/testing_folder/lucid_test.py b/testing_folder/lucid_test.py new file mode 100644 index 0000000..60e0b29 --- /dev/null +++ b/testing_folder/lucid_test.py @@ -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") \ No newline at end of file