Skip to content

Commit

Permalink
Revert "remove unused import statement in keras dir" (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed May 6, 2016
1 parent 1c460e1 commit 4b24f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions keras/datasets/cifar.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from __future__ import absolute_import
import sys
from six.moves import cPickle
from six.moves import range


def load_batch(fpath, label_key='labels'):
Expand Down
1 change: 1 addition & 0 deletions keras/wrappers/scikit_learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import copy
import inspect
import types
import numpy as np

from ..utils.np_utils import to_categorical
from ..models import Sequential
Expand Down

0 comments on commit 4b24f6d

Please sign in to comment.