ggnn.tensorflow icon indicating copy to clipboard operation
ggnn.tensorflow copied to clipboard

Tensorflow implementation of Gated Graph Neural Network for Source Code Classification

Results 3 ggnn.tensorflow issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.0 to 1.15.2. Release notes *Sourced from [tensorflow's releases](https://github.com/tensorflow/tensorflow/releases).* > ## TensorFlow 1.15.2 > # Release 1.15.2 > > ## Bug Fixes and Other Changes > *...

dependencies

when i run the following bash: $ ./program_data/github_java_sort_function/generate_program.sh (ubutun 16.04.6) there was ERROr:couldn't open the 1.fbs,i could find the file.Also ,i wonder how to transorm the java source code to...

It seems that > Train and test the GGNN: > ``` > python3 main_ggnn.py > python3 test_ggnn.py > ``` > should be replaced with this > Train and test the...