Skip to content

Commit

Permalink
[fix] - fixes numpy dependency in mobilenetV2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanCMitchell committed Apr 30, 2018
1 parent a3417b5 commit 3c8ce25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobilenetv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
import os
import warnings
import h5py
import numpy as np

from keras.models import Model
from keras.layers import Input
Expand Down

0 comments on commit 3c8ce25

Please sign in to comment.