54a5a577d06acce4d13aa8d564c85e8d57ac00e7,research/gan/progressive_gan/train_main.py,,,#,37
 
Before Change
flags.DEFINE_bool("to_rgb_use_tanh_activation", False,
                  "Whether to apply tanh activation when output rgb.")
flags.DEFINE_integer("batch_size", 8, "Number of images in each batch.")
flags.DEFINE_integer("stable_stage_num_images", 1000,
                     "Number of images in the stable stage.")
After Change
flags.DEFINE_integer("num_resolutions", 4, "Number of progressive resolutions.")
flags.DEFINE_list(
    "batch_size_schedule", [8, 8, 4],
    "A list of batch sizes for each resolution, if "
    "len(batch_size_schedule) < num_resolutions, pad the schedule in the "
    "beginning with the first batch size.")
flags.DEFINE_integer("kernel_size", 3, "Convolution kernel size.")
flags.DEFINE_integer("colors", 3, "Number of image channels.")

In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
 Project Name: tensorflow/models
 Commit Name: 54a5a577d06acce4d13aa8d564c85e8d57ac00e7
 Time: 2018-09-29
 Author: joelshor@google.com
 File Name: research/gan/progressive_gan/train_main.py
 Class Name: 
 Method Name: 
 Project Name: GoogleCloudPlatform/PerfKitBenchmarker
 Commit Name: b5561a36af1d223044ccd3777199fa684b4fa298
 Time: 2018-10-08
 Author: ruwa@google.com
 File Name: perfkitbenchmarker/linux_packages/memtier.py
 Class Name: 
 Method Name: 
 Project Name: GoogleCloudPlatform/PerfKitBenchmarker
 Commit Name: b7b0af6b22296e9ced334647a3022553bd8fa459
 Time: 2018-06-11
 Author: ehankland@google.com
 File Name: perfkitbenchmarker/linux_benchmarks/ior_benchmark.py
 Class Name: 
 Method Name: