lucid
lucid copied to clipboard
A collection of infrastructure and tools for research in neural network interpretability.
awhile ago the feature attribution abilities of Lucid were broken. I have found a fix! please review the following working examples I have created: https://colab.research.google.com/github/400lbhacker/several-feature-inversion-projects-python-/blob/main/FIXXED_FEATURE_ATTRIBUTION(LUCID_2022).ipynb https://colab.research.google.com/github/400lbhacker/several-feature-inversion-projects-python-/blob/main/FIXXED-feature_inversion_caffe_Places365_deepstyle.ipynb these are hosted at...
The introductory tutorial.ipynb should be runnable with Colab, but Colab defaults to Python 3 and tutorial.ipynb is in Python 2. I have submitted some minor changes to make tutorial.ipynb run...
I am trying to run the lucid notebook on my machine but it barfs on lucid.modelzoo.vision_models. After a long stream of files it eventually informs me ``` ImportError: cannot import...
Colab runtime defaults to Python 3. The intro ipynb doesn't run in Python3, so I made two changes to the syntax to fix this. * Pin version of numpy that...
AttributeError: module 'ctypes' has no attribute 'util' Also a lot of tenserflow errors
repaired fatal error: NotImplementedError: Cannot convert a symbolic Tensor (2nd_target:0) to a numpy array it is now 100% working again https://github.com/400lbhacker/Lucid-Neural-Style-Transfer/ any ideas on how to get it to work...
deepdream notebook recently broke as well... it broke during the simple upload file portion, the python3 was having issues with the dic.keys() /w uint8 numpy array conversion. The new working...
I created a public fb group for our wonderful Lucid Project. Located here: https://www.facebook.com/groups/3407100409414697 I will be focusing on trying to repair broken projects. ( I have fixed several but...
🔬 *This is an experiment in doing radically open research. I plan to post all my work on this openly as I do it, tracking it in this issue. I'd...
below is an error that many others have experienced.. I was able to mitigate the error by using a python2.7 enviroment. But google colab lately has gotten rid of py27...