Skip to content

Commit

Permalink
Update alpha_feature_vis.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsp0730 committed Mar 29, 2020
1 parent 3e95f64 commit 8c71cf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notebooks/misc/alpha_feature_vis.ipynb
Expand Up @@ -104,10 +104,13 @@
"source": [
"# Install Lucid\n",
"!pip install --quiet lucid==0.1.0\n",
"#tensorflow_version only works on colab\n",
"%tensorflow_version 1.x\n",
"\n",
"# Import libraries\n",
"import numpy as np\n",
"import tensorflow as tf\n",
"assert tf.__version__.startswith('1')\n",
"\n",
"import lucid.modelzoo.vision_models as models\n",
"import lucid.optvis.objectives as objectives\n",
Expand Down

0 comments on commit 8c71cf2

Please sign in to comment.