You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insert_training_ast is used to train a model only for inserting new statements as patches.
general_training_ast is used to train a model to generate patches that are going to replace the buggy code.
Are
general.pt
andinsert.pt
models generated by invokingtrain.py
? Should I just split{general/insert}_training_ast.json
to train and test sets?The text was updated successfully, but these errors were encountered: