Mercurial > pylearn
changeset 1448:d0ae86920b1f
whitespace
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Thu, 31 Mar 2011 18:27:25 -0400 |
parents | 5de8bcc55fc4 |
children | 22f48914b3f8 |
files | pylearn/io/image_tiling.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/io/image_tiling.py Mon Mar 07 14:53:48 2011 -0500 +++ b/pylearn/io/image_tiling.py Thu Mar 31 18:27:25 2011 -0400 @@ -11,9 +11,9 @@ ndar *= 1.0 / max(ndar.max(),eps) return ndar -def tile_raster_images(X, img_shape, +def tile_raster_images(X, img_shape, tile_shape=None, tile_spacing=(1,1), - scale_rows_to_unit_interval=True, + scale_rows_to_unit_interval=True, output_pixel_vals=True, min_dynamic_range=1e-4, ):