Skip to content

Commit

Permalink
Update modelzoo.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsp0730 committed Mar 29, 2020
1 parent 3e95f64 commit ba6a1ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion notebooks/modelzoo.ipynb
Expand Up @@ -38,9 +38,12 @@
"source": [
"# Expanded modelzoo is only available as of lucid v0.3\n",
"!pip install --quiet lucid==0.3\n",
"#tensorflow_version only works in colab\n",
"%tensorflow_version 1.x\n",
"\n",
"import numpy as np\n",
"import tensorflow as tf\n",
"assert tf.__version__.startswith('1')\n",
"\n",
"from lucid.misc.io import show, load\n",
"import lucid.optvis.objectives as objectives\n",
Expand Down Expand Up @@ -459,4 +462,4 @@
},
"nbformat": 4,
"nbformat_minor": 1
}
}

0 comments on commit ba6a1ae

Please sign in to comment.