From 49115ccc1d76f7224f06c759c8743765e97d4947 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 17 Apr 2019 13:49:20 +0200 Subject: [PATCH] Added missing argument in function call Signed-off-by: Jim Martens --- src/twomartens/masterthesis/aae/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/aae/run.py b/src/twomartens/masterthesis/aae/run.py index f78d59e..72dcb6d 100644 --- a/src/twomartens/masterthesis/aae/run.py +++ b/src/twomartens/masterthesis/aae/run.py @@ -104,7 +104,8 @@ def _run_one_epoch_simple(dataset: tf.data.Dataset, reconstruction_loss, x_decoded, z = _run_enc_dec_step_simple(encoder=encoder, decoder=decoder, inputs=x, - global_step=global_step) + global_step=global_step, + debug=debug) enc_dec_loss_avg(reconstruction_loss) if int(global_step % train.LOG_FREQUENCY) == 0 and debug: