83b6dc88900dd4ef44507c26e061a711913ec7b2,census/customestimator/trainer/task.py,,,#,63

Before Change


          )]
      ),
      run_config=tf.contrib.learn.RunConfig(model_dir=args.job_dir),
      hparams=hparam.HParams(**args.__dict__)
  )

After Change


      tf.logging.__dict__[args.verbosity] / 10)

  // Run the training job
  hparams=hparam.HParams(**args.__dict__)
  run_experiment(hparams)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: 83b6dc88900dd4ef44507c26e061a711913ec7b2
Time: 2017-11-21
Author: puneith@google.com
File Name: census/customestimator/trainer/task.py
Class Name:
Method Name:


Project Name: tensorflow/magenta
Commit Name: 2ffbee556e7f58696352aa98ddca8d6e82b9330d
Time: 2019-01-24
Author: fjord@google.com
File Name: magenta/models/onsets_frames_transcription/model.py
Class Name:
Method Name: get_default_hparams


Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: 9c8d5e5eae1cc05279ea32eeeb2d257e60ccedc7
Time: 2017-11-10
Author: puneith@google.com
File Name: census/estimator/trainer/task.py
Class Name:
Method Name: