lucid icon indicating copy to clipboard operation
lucid copied to clipboard

A collection of infrastructure and tools for research in neural network interpretability.

Results 85 lucid issues
Sort by recently updated
recently updated
newest added

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...

Added azure support into lucid.misc.io

lucid.misc
awaiting reply

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)...

lucid.optvis
awaiting reply

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...

bug
lucid.misc

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

awaiting reply

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`?