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

Notebooks missing resources from storage.googleapis #252

Closed tiedbranches closed 4 years ago

tiedbranches commented 4 years ago

Hi, I've been using the Semantic Dictionaries notebook for the past couple of weeks (adding these two lines at the beginning though: %tensorflow_version 1.x assert tf.__version__.startswith('1') ) with no issues. It has been broken since yesterday though. I suspect that the problem is that the GoogLeNet spritemaps are unavailable. When I try to manually access the links to these spritemaps or the sample images (both stored in storage.googleapis) I either get a "InvalidURI. Couldn't parse the specified URI. Illegal URI." or a "Access denied. There is an account problem for the requested project."

The Readme.md on Github also seems broken, with images missing etc. (on every browser and computer I try).

Does anybody know what's going on? If it won't/can't be resolved, could I find those spritemaps anywhere else?

Thanks so much.

Screenshot 2020-06-11 at 11 54 37 Screenshot 2020-06-11 at 11 54 28 Screenshot 2020-06-11 at 11 55 07
colah commented 4 years ago

Thanks for reaching out! This data was hosted in a google cloud bucket I created when publishing the paper while at google and seems to have bene taken down. We're looking into it!

tiedbranches commented 4 years ago

Thanks so much for looking into it Chris! Lucid and this notebook in particular have proven invaluable for my project and I really hope I can keep using it! Godspeed.

tiedbranches commented 4 years ago

Resolved! Thanks so much.