shortest-path
shortest-path copied to clipboard
Issue with training the shortest path model
When I am trying to train the model locally I am getting the following error message.
`File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/Users/gokulalex/Apps/graphml_apps/shortest-path/macgraph/predict.py", line 12, in
AttributeError: module 'tensorflow_core._api.v2.nn' has no attribute 'rnn_cell'`
It seems this issue is due to older version of Tensorflow used in the package. In the latest pip environment it is expecting Tensorflow 2.0.
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 in the package. In the latest pip environment it is expecting Tensorflow 2.0.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Octavian-ai/shortest-path/issues/3?email_source=notifications&email_token=ADSQKIVT5YAP6SWIS5CMAALQVUBQLA5CNFSM4JRWPG52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFFVUIA#issuecomment-558586400, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSQKIXBH3WHQSEEXUWIFBDQVUBQLANCNFSM4JRWPG5Q .