6 skills found
tech-srl / Code2seqCode for the model presented in the paper: "code2seq: Generating Sequences from Structured Representations of Code"
JetBrains-Research / Code2seqPyTorch's implementation of the code2seq model.
m3yrin / Code2seqRe-implementation of "CODE2SEQ: GENERATING SEQUENCES FROM STRUCTURED REPRESENTATIONS OF CODE"
ALFA-group / Adversarial Code Generation[ICLR 2021] "Generating Adversarial Computer Programs using Optimized Obfuscations" by Shashank Srikant, Sijia Liu, Tamara Mitrovska, Shiyu Chang, Quanfu Fan, Gaoyuan Zhang, and Una-May O'Reilly
Kolkir / Cppminercppminer produces a code2seq compatible datasets from C++ code bases.
hukuda222 / Code2seqcode2seq(https://arxiv.org/abs/1808.01400 )をPyTorchで実装したものです