code2seq icon indicating copy to clipboard operation
code2seq copied to clipboard

PyTorch's implementation of the code2seq model.

Results 6 code2seq issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to run beam search with the current code?

By discussing in #115, it seems that we need to - Code2Class usage for building vector representations (current implementation requires a number of classes that are undefined for vector representations)....

enhancement

it seems that counter in vocabulary is counting 'token' tokens with a newline character. for example, vocabulary.pkl in java-small dataset, i can find 'return': 6020684, and 'return\n': 33290, separately. i...

Hello JetBrains team, Could you please give some hints giving a whole software of code written in different programming languages, how it's possible to apply the code2seq tool to it?

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.3 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies