Xiaonan Li
Xiaonan Li
Hello, I have read your work "PyCG: Practical Call Graph Generation in Python", and think it is valuable, helpful and insightful. However, when I try to scan this file as...
Hello, I have read your work "PyCG: Practical Call Graph Generation in Python", and think it is very nice and insightful. But when I try to generate a py file's...
I try run this command: ```python run.py dataset=break dpr_epochs=120 gpus=4 partition=killable no_slurm=True time="24h"``` but it does not run well and give the following output and stops: ``` run.py:219: UserWarning: The...
I see the arguments "prompt_max_len" and "generate_max_len", if I set packing_samples=1, the total max len is the sum of prompt_max_len and generate_max_len?