0dc509d1f74b6aea3ec90c214e47ce26a1ec375f,swivel/swivel.py,,,#,66

Before Change


flags.DEFINE_integer("num_readers", 4,
                     "Number of threads to read the input data and feed it")
flags.DEFINE_float("num_epochs", 40, "Number epochs to train for")
flags.DEFINE_float("per_process_gpu_memory_fraction", 0,
                   "Fraction of GPU memory to use, 0 means allow_growth")
flags.DEFINE_integer("num_gpus", 0,
                     "Number of GPUs to use, 0 means all available")

FLAGS = flags.FLAGS

After Change


flags.DEFINE_string(
    "output_base_path", "/tmp/swivel_data",
    "Path where to write the trained embeddings.")
flags.DEFINE_string("eval_base_path", "", "Path to evaluation data")

// Control for training.
flags.DEFINE_float("num_epochs", 40, "Number epochs to train")
flags.DEFINE_string("hparams", "", "Model hyper-parameters")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: tensorflow/models
Commit Name: 0dc509d1f74b6aea3ec90c214e47ce26a1ec375f
Time: 2017-05-05
Author: waterson@gmail.com
File Name: swivel/swivel.py
Class Name:
Method Name:


Project Name: google/deepvariant
Commit Name: 646d69b91ed3a7c9d013c85667a9f312c6f9d6a4
Time: 2018-05-25
Author: scotts@google.com
File Name: deepvariant/model_eval.py
Class Name:
Method Name:


Project Name: naturomics/CapsLayer
Commit Name: 6ba8779d5184a617e7ab8ade1b01f470a2af18a4
Time: 2018-07-26
Author: naturomics.liao@gmail.com
File Name: models/config.py
Class Name:
Method Name: