Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
There are some API changes in Keras 2.2.5 that causes import errors. We fix this error by installing Keras 2.2.4.
  • Loading branch information
shaoanlu committed Sep 2, 2019
1 parent 3c4454f commit edcb090
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions colab_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,16 @@
"!git clone --recursive https://github.com/shaoanlu/fewshot-face-translation-GAN.git"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# There are import errors under keras == 2.2.5\n",
"!pip install keras==2.2.4"
]
},
{
"cell_type": "code",
"execution_count": 3,
Expand Down

0 comments on commit edcb090

Please sign in to comment.