tech-srl / code2vec

TensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"
https://code2vec.org
MIT License
1.11k stars 287 forks source link

Simple change in the _TFEvaluateModelInputTensorsFormer class converter #75

Closed joaorura closed 4 years ago

joaorura commented 4 years ago

The old structure allows some errors in the manual testing of models, since the interpreter returns fewer values than it should, generating several errors in the test. python: 3.6.9 tensorflow: 2.1.0

urialon commented 4 years ago

Thanks @joaorura !