2ffbee556e7f58696352aa98ddca8d6e82b9330d,magenta/models/onsets_frames_transcription/onsets_frames_transcription_infer.py,,,#,38
Before Change
tf.app.flags.DEFINE_float(
"onset_threshold", 0.5,
"Threshold to use when sampling from the acoustic model.")
tf.app.flags.DEFINE_integer(
"max_seconds_per_sequence", 0,
"If set, will truncate sequences to be at most this many seconds long.")
tf.app.flags.DEFINE_integer(
"min_note_duration_ms", 0,
"Notes shorter than this duration will be ignored when computing metrics.")
tf.app.flags.DEFINE_boolean(
After Change
tf.app.flags.DEFINE_string(
"run_dir", "~/tmp/onsets_frames/infer",
"Path to store output midi files and summary events.")
tf.app.flags.DEFINE_string(
"hparams", "",
"A comma-separated list of `name=value` hyperparameter values.")
tf.app.flags.DEFINE_float(
"frame_threshold", 0.5,
"Threshold to use when sampling from the acoustic model.")
tf.app.flags.DEFINE_float(
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 2
Instances
Project Name: tensorflow/magenta
Commit Name: 2ffbee556e7f58696352aa98ddca8d6e82b9330d
Time: 2019-01-24
Author: fjord@google.com
File Name: magenta/models/onsets_frames_transcription/onsets_frames_transcription_infer.py
Class Name:
Method Name:
Project Name: tensorflow/tpu
Commit Name: b33ab691edd877e7ec9a904b05c059f2ab316ca8
Time: 2017-09-24
Author: frankchn@google.com
File Name: cloud_tpu/models/resnet_garden/resnet_main.py
Class Name:
Method Name:
Project Name: tensorflow/tpu
Commit Name: 67bf296979bc456127826044df5ce196b9cc3126
Time: 2018-02-28
Author: 1517779+sb2nov@users.noreply.github.com
File Name: models/official/retinanet/retinanet_main.py
Class Name:
Method Name:
Project Name: tensorflow/tpu
Commit Name: b33ab691edd877e7ec9a904b05c059f2ab316ca8
Time: 2017-09-24
Author: frankchn@google.com
File Name: cloud_tpu/models/inception/inception_v3.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/onsets_frames_transcription_train.py
Class Name:
Method Name:
Project Name: tensorflow/tpu
Commit Name: b33ab691edd877e7ec9a904b05c059f2ab316ca8
Time: 2017-09-24
Author: frankchn@google.com
File Name: cloud_tpu/models/inception/inception_v2.py
Class Name:
Method Name:
Project Name: brightmart/text_classification
Commit Name: 361cc3e3d9b1c807d8b6eb4cc18dd9878171d312
Time: 2018-11-18
Author: brightmart@hotmail.com
File Name: a01_FastText/p6_fastTextB_train_multilabel.py
Class Name:
Method Name: