Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoanlu committed Nov 8, 2018
1 parent 1f2df8f commit 5dcdf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colab_demo/faceswap-GAN_colab_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
"# VGGFace ResNet50\n",
"#vggface = VGGFace(include_top=False, model='resnet50', input_shape=(224, 224, 3))'\n",
"\n",
"from .vggface_models import RESNET50\n",
"from colab_demo.vggface_models import RESNET50\n",
"vggface = RESNET50(include_top=False, weights=None, input_shape=(224, 224, 3))\n",
"vggface.load_weights(\"rcmalli_vggface_tf_notop_resnet50.h5\")\n",
"\n",
Expand Down

0 comments on commit 5dcdf77

Please sign in to comment.