Lokin Sethia

Results 2 comments of Lokin Sethia

Have the same question , I tried using **config.squad.squad_bert** and it allowed me to output the score by changing `"out": ["ans_start_predicted", "ans_end_predicted", "logits"] }, { "class_name": "squad_bert_ans_postprocessor", "in": ["ans_start_predicted", "ans_end_predicted",...

sys.executable is initialised with `python_alias_dir / all_python_names[0]` , shouldn't changing the type from Path to string be safe once initialized? sys.executable is a system variable accessed in other modules too....