tensorflow / lucid

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

show.textured_mesh is no longer working in colab #267

Open tmiv opened 3 years ago

tmiv commented 3 years ago

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 with colab. It throws javascript errors when that cell is executed:

image

fferlito commented 3 years ago

I confirm this error. I get it also in jupyter notebook. Did you find any fix for this?

tmiv commented 3 years ago

@Ferlix No, sorry I did not.