David Mack

Results 22 comments of David Mack

You can! Switch out g = GraphGenerator(args).generate().graph_spec For your own GraphSpec instance g from data you loaded. It’s a simple (well defined) structure in types.py, it has a list of...

Congrats on getting it running! This medium works fine. I’ll think on how to display email without getting spam. You could create some new functional building blocks. Check out Functional.py...

Does the docker image you used contain instructions on what the default password is? On April 25, 2019 at 8:50:04 AM, scrman ([email protected]) wrote: Hello, I was trying to follow...

This line sets creds 1. NEO4J_AUTH=neo4j/clegr-secrets Username is therefore neo4j Password is clear-secrets On April 30, 2019 at 12:09:41 PM, scrman ([email protected]) wrote: Does the docker image you used contain...

Surething! "python -m gql.load” means “Run the script named load in the module gql”, so you want to run it in the folder containing the folder gql On April 30,...

You need to generate a large volume of diverse pairs of natural language questions and the associated cypher queries On Tue, Jul 30, 2019 at 6:36 PM sohamdhodapkar wrote: >...

Essentially by hand. You can do some templating like in my article On Wed, Jul 31, 2019 at 10:05 AM sohamdhodapkar wrote: > Hey thanks for your response. > Well...

Feel free to submit a PR :) On November 26, 2019 at 3:24:53 AM, Gokul Alex ([email protected]) wrote: It seems this issue is due to older version of Tensorflow used...

Hi, I've not had time to maintain this codebase, sorry :/

Hi all, The code didn’t get finished, hence you’re not seeing good results. Feel free to submit PRs to improve it :) On October 15, 2019 at 8:35:13 PM, Mingdong...