Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
/ lucid Public archive

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

License

Notifications You must be signed in to change notification settings

tensorflow/lucid

Repository files navigation

Lucid is alpha software. We're still sorting out the kinks in using it outside Google. The API is very much in flux. Unless you want to be an alpha user and help us test Lucid, please come back towards the end of February.


Lucid

Lucid is a collection of infrastructure and tools for research in neural network interpretability.

License and Disclaimer

You may use this software under the Apache 2.0 License. See LICENSE.

This project is research code. It is not an official Google product.

Running tests

Use tox to run the test suite on all supported environments.

To run tests only for a specific module, pass a folder to tox: tox tests/misc/io

To run tests only in a specific environment, pass the environment's identifier via the -e flag: tox -e py27.

After adding dependencies to setup.py, run tox with the --recreate flag to update the environments' dependencies.

References

See our article on feature visualization techniques.