Closed shubhamugare closed 3 months ago
It is a somewhat big refactoring to clean up the main part of the code in infer.py. The function infer intended for external API use and function evaluate which is useful for evaluating SynCode on standard datasets is decoupled.
infer.py
infer
evaluate
It is a somewhat big refactoring to clean up the main part of the code in
infer.py
. The functioninfer
intended for external API use and functionevaluate
which is useful for evaluating SynCode on standard datasets is decoupled.