From 7a4acb90d2a5340de2850b8c4ee3bbca3ca5dd31 Mon Sep 17 00:00:00 2001 From: Joel Joseph <34275997+joeljosephjin@users.noreply.github.com> Date: Wed, 5 Jun 2019 17:32:32 +0530 Subject: [PATCH] Updated the print statement --- llnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llnet.py b/llnet.py index a3f3cf9..6bc9cc4 100644 --- a/llnet.py +++ b/llnet.py @@ -230,7 +230,7 @@ def test_SdA(finetune_lr=0.1, pretraining_epochs=hp_pretraining_epochs, test_set_x, test_set_y = datasets[2] datasets = [] - print '... plotting clean images' + print('... plotting clean images') image = PIL.Image.fromarray(tile_raster_images( X=test_set_y.get_value(), img_shape=patch_size, tile_shape=(50, 40),