Skip to content

Commit 4d26524

Browse files
author
Yoshua Bengio
committed
nicer alignment
1 parent ce50fdb commit 4d26524

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/rbm.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,9 @@ samples at every 1000 steps.
575575

576576
# construct image
577577
image = PIL.Image.fromarray(tile_raster_images(
578-
X = vis_mf, img_shape = (28,28), tile_shape = (10,10),
578+
X = vis_mf,
579+
img_shape = (28,28),
580+
tile_shape = (10,10),
579581
tile_spacing = (1,1) ) )
580582
print ' ... plotting sample ', idx
581583
image.save('sample_%i_step_%i.png'%(idx,idx*jdx))

0 commit comments

Comments
 (0)