d14650e506db1e04732a9b5e72f20c67b755aa0d,theanolm/src/theanolm-train.py,,,#,102
Before Change
args = parser.parse_args()
logging.basicConfig(format="%(funcName)s: %(message)s")
if args.debug:
logging.getLogger("root").setLevel(logging.DEBUG)
theano.config.compute_test_value = "warn"
After Change
argument_group.add_argument(
"--log-file", metavar="FILE", type=str, default="-",
help="path where to write log file (default is standard output)")
argument_group.add_argument(
"--log-level", metavar="LEVEL", type=str, default="info",
help="minimum level of events to log, one of "debug", "info", "warn" "
"(default "info")")
argument_group.add_argument(
"--log-update-interval", metavar="N", type=int, default=1000,
help="print statistics of every Nth mini-batch update; quiet if less than "
"one (default 1000)")
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: senarvi/theanolm
Commit Name: d14650e506db1e04732a9b5e72f20c67b755aa0d
Time: 2015-10-06
Author: seppo.git@marjaniemi.com
File Name: theanolm/src/theanolm-train.py
Class Name:
Method Name:
Project Name: EducationalTestingService/skll
Commit Name: d7cde4856a2081590d9c7c07a620e75bc31fe471
Time: 2017-12-06
Author: rpugh@ets.org
File Name: skll/utilities/compute_eval_from_predictions.py
Class Name:
Method Name: main
Project Name: lufficc/SSD
Commit Name: 29242f3be4bddba5143573a158f3f2e3d37ba09f
Time: 2018-12-07
Author: luffy.lcc@gmail.com
File Name: train_ssd.py
Class Name:
Method Name: main