TypeGen icon indicating copy to clipboard operation
TypeGen copied to clipboard

This is the tool released in the ASE'23 paper "Generative Type Inference for Python".

Results 2 TypeGen issues
Sort by recently updated
recently updated
newest added

In `typegen/mask.py`, when model name is `incoder`, function `run_unixcoder()` is called at line 137 and 139, which is incorrect. Should be revised to `run_incoder` instead.

In the 'Evaluate' section, the README contains the following command: `python typegen/typegen.py -s predictions.json -t testset_transformed.json -m -c` However, there's no '-t' flag or argument that would otherwise map to...