diff options
| author | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-17 14:04:47 -0400 |
|---|---|---|
| committer | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-17 14:04:47 -0400 |
| commit | 94e1fc50eb8324547a5af3a27d3b44642831b5ea (patch) | |
| tree | 17097767b82abe7458050ee3072d64925c629414 | |
| parent | 7ca5e0ce9328ab4e0769448e6dc784326d810769 (diff) | |
fixed typo in GeneratorModel __init__ docstring
| -rw-r--r-- | Code/g_model.py | 4 |
1 files 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. |
