806ab21bced7315212dfc3fac37037978c5bb62f,server.py,,start,#Any#,97
Before Change
}}
model_path = config["model_path"]
if not os.path.isabs(model_path):
model_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), model_path)
service = LabelService(model_path)
cherrypy.quickstart(ListenEndpoint(service), "/listen", rest_config)
After Change
}}
model_path = make_abspath(config["model_path"])
scripts_path = make_abspath(config["scripts_path"])
speech_dataset_path = make_abspath(config["speech_dataset_path"])
lbl_service = LabelService(model_path)
train_service = TrainingService(scripts_path, speech_dataset_path, config["model_options"])
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: castorini/honk
Commit Name: 806ab21bced7315212dfc3fac37037978c5bb62f
Time: 2017-09-29
Author: tang.raphael@gmail.com
File Name: server.py
Class Name:
Method Name: start
Project Name: BYU-PRISM/GEKKO
Commit Name: dc3f1644de74a79bdede33575fab68b50767f2b3
Time: 2019-01-03
Author: john@apmonitor.com
File Name: gekko/gekko.py
Class Name: GEKKO
Method Name: solve
Project Name: snorkel-team/snorkel
Commit Name: 3378d0f4097e3906c12bc7940ad67ea1cf3a890f
Time: 2016-07-20
Author: ajratner@gmail.com
File Name: tree_structs.py
Class Name:
Method Name: