lucid
lucid copied to clipboard
A collection of infrastructure and tools for research in neural network interpretability.
Fixed various problems concerning notebooks from packages Feature Visualisation and Building Block such as code remaining in Python 2 or bugs occurring in the save and load functions of the...
show.textured_mesh is no longer working in colab. This is evident in the colab notebooks that display meshes. Essentially the code which generates the "built-in 3D viewer" is no longer compatible...
New formatting for objectives ```python >>> a = f(1) >>> b = f(2) >>> c = f(3) >>> a F(1) >>> b F(2) >>> a + 2*b (F(1) + F(2)·2·-1)...
There were two tests that wrote to the same file in tests/fixtures which lead to the annoyance of manually having to revert the file to avoid spurious commit changes. Probably...
I started to implement some basic testing for the notebooks in response to the comment here: https://github.com/tensorflow/lucid/pull/97#issuecomment-411925091
Trying to run infinite_patterns tutorial on lucid but when loading inceptionV1 and not inceptionv1_caffe as it also gives error, there is no layer attribute in the model ``` AttributeError Traceback...
Hey- Obviously you can't run this in collab (https://colab.research.google.com/github/tensorflow/lucid/blob/master/notebooks/activation-atlas/activation-atlas-collect.ipynb) because you need to download your own imagenet dataset and set up your own data provider. I have done this but...
Hello, I was trying to import a custom model to use with lucid, and using the wiki page "https://github.com/tensorflow/lucid/wiki/Importing-Models-into-Lucid" . I installed Lucid v0.3.8 using pip. When I do this...
As `tf.keras` is now the official TF high level API, are there any plans to support models trained in `tf.keras`?