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

Before Change


flags.DEFINE_string("output_base_path", "/tmp/swivel_data",
                    "Path where to write the trained embeddings.")
flags.DEFINE_integer("embedding_size", 300, "Size of the embeddings")
flags.DEFINE_boolean("trainable_bias", False, "Biases are trainable")
flags.DEFINE_integer("submatrix_rows", 4096, "Rows in each training submatrix. "
                     "This must match the training data.")
flags.DEFINE_integer("submatrix_cols", 4096, "Rows in each training submatrix. "
                     "This must match the training data.")

After Change


    "Comma-separated list of parameter server host:port; if empty, run local")
flags.DEFINE_string(
    "worker_hosts", "", "Comma-separated list of worker host:port")
flags.DEFINE_string(
    "job_name", "", "The job this process will run, either "ps" or "worker"")
flags.DEFINE_integer(
    "task_index", 0, "The task index for this process")
flags.DEFINE_integer(
    "gpu_device", 0, "The GPU device to use.")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

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: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 0d646d103590b367c28d1e9588edca610b361e1f
Time: 2016-02-12
Author: carlos.torres@rackspace.com
File Name: perfkitbenchmarker/providers/rackspace/flags.py
Class Name:
Method Name:


Project Name: tensorflow/kfac
Commit Name: a0d28ba1c01115beb6462c924216bbe03dec2c57
Time: 2019-02-01
Author: jamesmartens@google.com
File Name: kfac/examples/autoencoder_auto_damping.py
Class Name:
Method Name:


Project Name: jiny2001/dcscn-super-resolution
Commit Name: 7fac0c17804b776ef38540a22c59f89496d55b77
Time: 2018-03-30
Author: jin.yamanaka@gmail.com
File Name: helper/args.py
Class Name:
Method Name:


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 7a671934ee9f1699313e767bcb7c24cbca49b416
Time: 2020-03-13
Author: pclay@google.com
File Name: perfkitbenchmarker/providers/aws/flags.py
Class Name:
Method Name: