tensorflow / lucid

A collection of infrastructure and tools for research in neural network interpretability.
Apache License 2.0
4.65k stars 655 forks source link

Add cache kwarg to the docstring of load #258

Closed csvoss closed 4 years ago

csvoss commented 4 years ago

The actual text in this docstring line was taken from the docstring of read, since that appears to be the main place where the cache kwarg gets propagated down to in order to enact its effects on loading behavior.