Skip to content

Commit

Permalink
Fix to allow importing properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent Sommer authored Feb 2, 2017
1 parent a4410af commit 6e634f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions convert_weights/convert_backend_weights.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import sys
sys.path.insert(0,'..')

from keras import backend as K
from keras.utils.np_utils import convert_kernel
import inception_v4
Expand Down

0 comments on commit 6e634f2

Please sign in to comment.