Skip to content

Commit

Permalink
Merge pull request allanzelener#7 from AdoHaha/master
Browse files Browse the repository at this point in the history
changes towards keras 2
  • Loading branch information
allanzelener committed Mar 20, 2017
2 parents a85cd36 + a3080a6 commit 09aff44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yad2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from keras.layers.normalization import BatchNormalization
from keras.models import Model
from keras.regularizers import l2
from keras.utils.visualize_util import plot
from keras.utils.vis_utils import plot_model as plot

from yad2k.models.keras_yolo import (space_to_depth_x2,
space_to_depth_x2_output_shape)
Expand Down

0 comments on commit 09aff44

Please sign in to comment.