graph-ast icon indicating copy to clipboard operation
graph-ast copied to clipboard

Not able to generate text graph

Open Manas-Embold opened this issue 5 years ago • 1 comments
trafficstars

Hi When i try to convert fbs file to txt graph format, no txt file is generated.

docker run -v $(pwd):/e --entrypoint ggnn -it yijun/fast Bubblesort.fbs dummy.txt Bubblesort.txt

Terminal output: Namespace(argv=['Bubblesort.fbs', 'dummy.txt', 'Bubblesort.txt'], bidirect=False, dup=False, edgemaps=False, id_type=True, label=True, lastuse=False, localmaps=False, maps=False, mixing=False, mod=2, noedgetype=False, noposition=True, occurrence=True, syntaxonly=False, train_graph='molecules_train.json', valid_graph='molecules_valid.json')

No txt file genrated, i can see dummy.txt though

Manas-Embold avatar Sep 30 '20 07:09 Manas-Embold

Please help

Manas-Embold avatar Oct 14 '20 06:10 Manas-Embold