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 "%tensorflow_version 1.x" to all Lucid notebooks #256

Closed hav4ik closed 3 years ago

hav4ik commented 4 years ago

A lot of distill.pub notebooks are referring to Lucid notebooks on Google Colab, which uses Tensorflow 2. A quick solution is to add %tensorflow_version 1.x workbook magic before importing tensorflow.

ludwigschubert commented 3 years ago

That's correct! There's an open WIP PR, but either way I'll ensure this line gets added to all notebooks soon. (he said on 2021-03-12)