Skip to content

Error while executing firenet.py- TensorFlow 2.0  #47

Open
@grtdeveloper

Description

while issuing command python3 firenet.py models/test.mp4 got the following error.
All necessary packages are installed.

import tflearn
File "/usr/local/lib/python3.6/dist-packages/tflearn/init.py", line 4, in
from . import config
File "/usr/local/lib/python3.6/dist-packages/tflearn/config.py", line 5, in
from .variables import variable
File "/usr/local/lib/python3.6/dist-packages/tflearn/variables.py", line 7, in
from tensorflow.contrib.framework.python.ops import add_arg_scope as contrib_add_arg_scope
File "/usr/local/lib/python3.6/dist-packages/tensorflow/contrib/init.py", line 27, in
from tensorflow.contrib import cudnn_rnn
File "/usr/local/lib/python3.6/dist-packages/tensorflow/contrib/cudnn_rnn/init.py", line 28, in
from tensorflow.contrib.cudnn_rnn.python.ops.cudnn_rnn_ops import CudnnGRU
File "/usr/local/lib/python3.6/dist-packages/tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py", line 21, in
from tensorflow.contrib.cudnn_rnn.ops import gen_cudnn_rnn_ops
File "/usr/local/lib/python3.6/dist-packages/tensorflow/contrib/cudnn_rnn/ops/gen_cudnn_rnn_ops.py", line 940, in
_op_def_lib = _InitOpDefLibrary()
File "/usr/local/lib/python3.6/dist-packages/tensorflow/contrib/cudnn_rnn/ops/gen_cudnn_rnn_ops.py", line 365, in _InitOpDefLibrary
_op_def_registry.register_op_list(op_list)
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/op_def_registry.py", line 35, in register_op_list
assert _registered_ops[op_def.name] == op_def
AssertionError

Computing Environment (please complete the following information):

  • Linux Ubuntu 17.10
  • Tensorflow Version: 2.0
  • OpenCV Version: 3.3.1

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions