Octavian-ai / shortest-path

Finding shortest paths with Graph Networks
https://octavian.ai
The Unlicense
106 stars 33 forks source link

pipenv not reproducible #4

Open jrjbertram opened 4 years ago

jrjbertram commented 4 years ago

Just an FYI that the pipenv install / pipenv run ./train.sh didn't produce a viable install for me. Got an error that rnn_cell wasn't supported by tf2 API. Resolved it by running the tf_upgrade_v2 script. Best I can tell seems to be working afterwards.

pipenv shell
tf_upgrade_v2 --intree . --inplace

Just in case anyone else runs into the same problem.