8000 Issue with training the shortest path model · Issue #3 · Octavian-ai/shortest-path · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content < 8000 /span>
Issue with training the shortest path model #3
Open
@gokulsan

Description

@gokulsan

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
from .estimator import get_estimator
File "/Users/gokulalex/Apps/graphml_apps/shortest-path/macgraph/estimator.py", line 4, in
from .model import model_fn
File "/Users/gokulalex/Apps/graphml_apps/shortest-path/macgraph/model.py", line 6, in
from .cell import execute_reasoning
File "/Users/gokulalex/Apps/graphml_apps/shortest-path/macgraph/cell/init.py", line 2, in
from .decode import execute_reasoning
File "/Users/gokulalex/Apps/graphml_apps/shortest-path/macgraph/cell/decode.py", line 4, in
from .mac_cell import *
File "/Users/gokulalex/Apps/graphml_apps/shortest-path/macgraph/cell/mac_cell.py", line 14, in
class MAC_RNNCell(tf.nn.rnn_cell.RNNCell):

AttributeError: module 'tensorflow_core._api.v2.nn' has no attribute 'rnn_cell'`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0