21e1ebafc3ea4e999a3be7c9623c0bdf4b3c37ad,basenji/shared_flags.py,,,#,6

Before Change


tf.flags.DEFINE_boolean(
    "rc", False,
    "Average the forward and reverse complement predictions when testing")
tf.flags.DEFINE_string("save_prefix", "houndnn", "Prefix for save files")
tf.flags.DEFINE_integer("seed", 1, "Random seed")
tf.flags.DEFINE_string("shifts", "0", "Ensemble prediction shifts.")
tf.flags.DEFINE_string("params", "", "File containing parameter config")
tf.flags.DEFINE_string("data", "", "hd5 data file")

After Change


                        "Drop learning rate when training loss stalls")
tf.flags.DEFINE_integer("mc_n", 0, "Monte Carlo test iterations")
tf.flags.DEFINE_integer("min_epochs", 0, "Minimum epochs to train")
tf.flags.DEFINE_boolean("no_steps", False, "Update ops but no step ops")
tf.flags.DEFINE_string("restart", None, "Restart training the model")
tf.flags.DEFINE_boolean(
    "rc", False,
    "Average the forward and reverse complement predictions when testing")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: calico/basenji
Commit Name: 21e1ebafc3ea4e999a3be7c9623c0bdf4b3c37ad
Time: 2018-04-11
Author: drk@calicolabs.com
File Name: basenji/shared_flags.py
Class Name:
Method Name:


Project Name: tensorflow/tpu
Commit Name: 2f8658fbb6e0a545f18618b6238936280f80382c
Time: 2017-10-02
Author: frankchn@google.com
File Name: cloud_tpu/models/resnet_garden/resnet_main.py
Class Name:
Method Name:


Project Name: tensorflow/magenta
Commit Name: 982740ee6e56d674e3f220d7bf215ae4132c9c1c
Time: 2019-02-22
Author: fjord@google.com
File Name: magenta/models/onsets_frames_transcription/onsets_frames_transcription_infer.py
Class Name:
Method Name: