From 94e1fc50eb8324547a5af3a27d3b44642831b5ea Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Wed, 17 Aug 2016 14:04:47 -0400 Subject: fixed typo in GeneratorModel __init__ docstring --- Code/g_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/g_model.py b/Code/g_model.py index eef24ab..9db07da 100644 --- a/Code/g_model.py +++ b/Code/g_model.py @@ -20,8 +20,8 @@ class GeneratorModel: @param summary_writer: The writer object to record TensorBoard summaries @param height_train: The height of the input images for training. @param width_train: The width of the input images for training. - @param height_train: The height of the input images for testing. - @param width_train: The width of the input images for testing. + @param height_test: The height of the input images for testing. + @param width_test: The width of the input images for testing. @param scale_layer_fms: The number of feature maps in each layer of each scale network. @param scale_kernel_sizes: The size of the kernel for each layer of each scale network. -- cgit v1.2.3-70-g09d2