0

Ocatvian AI Graph ML ツールセットを使用してグラフ機械学習アプリケーションを設定しています。この特定のケースでは、Shortest Path ライブラリをセットアップしようとしています。Tesnforflow バックエンドでエラーが発生しています。

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

詳細なエラー ログは次のとおりです。

ファイル "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py"、193 行目、_run_module_as_main "main"、mod_spec 内) ファイル "/Library/Frameworks/Python.framework/Versions/ 3.6/lib/python3.6/runpy.py」、85 行目、_run_code exec(code, run_globals) ファイル「/Users/gokuralex/Apps/graphml_apps/shortest-path/macgraph/predict.py」、12 行目from .estimator import get_estimator File "/Users/gokuralex/Apps/graphml_apps/shortest-path/macgraph/estimator.py", 4 行目、 from from .model import model_fn File "/Users/gokuralex/Apps/graphml_apps/shortest-path /macgraph/model.py」、6 行目、.cell import execute_reasoning ファイルからファイル "/Users/gokuralex/Apps/graphml_apps/shortest-path/macgraph/cell/decode.py」、4行目、.mac_cell importから*ファイル「/Users/gokuralex/Apps/graphml_apps/shortest-path/macgraph/cell/ mac_cell.py"、14 行目、クラス MAC_RNNCell(tf.nn.rnn_cell.RNNCell) 内:

4

1 に答える 1