Skip to content

Commit

Permalink
Merge pull request keras-team#637 from jnphilipp/master
Browse files Browse the repository at this point in the history
Fix for issue keras-team#636
  • Loading branch information
fchollet committed Sep 4, 2015
2 parents 332d43e + 37f4d11 commit ddf9083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras/preprocessing/image.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import absolute_import

import numpy as np
import re
from scipy import ndimage
from scipy import linalg

Expand Down

0 comments on commit ddf9083

Please sign in to comment.