5bc784bd12f3c0d7019f1205d8430808c36f3dc3,catalyst/dl/scripts/init.py,,,#,32
Before Change
"detection": "https://github.com/catalyst-team/detection/"
}
CATALYST_ROOT = Path(__file__).resolve().parents[3]
PATH_TO_TEMPLATE = CATALYST_ROOT / "examples" / "_empty"
def load_pipeline(
url: str,
After Change
return args
if __name__ == "__main__":
args = parse_args()
main(args, None)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 9
Instances
Project Name: Scitator/catalyst
Commit Name: 5bc784bd12f3c0d7019f1205d8430808c36f3dc3
Time: 2020-01-13
Author: 19803638+bagxi@users.noreply.github.com
File Name: catalyst/dl/scripts/init.py
Class Name:
Method Name:
Project Name: snipsco/snips-nlu
Commit Name: 35abee247f55084c31f7da9a41b2719a4f1fb0f9
Time: 2019-08-20
Author: adrien.ball@snips.ai
File Name: snips_nlu/slot_filler/crf_slot_filler.py
Class Name: CRFSlotFiller
Method Name: persist