Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Check failed: outputs_[index].tensor == nullptr (0x2956ae200 vs. nullptr) #255

Open
@boyshell

Description

@boyshell

2021-05-09 15:33:52.796078: I tensorflow/compiler/tf2mlcompute/kernels/mlc_subgraph_op.cc:326] Compute: Failed in processing TensorFlow graph sequential/simple_rnn/while/body/1/sequential/simple_rnn/while/simple_rnn_cell/MLCSubgraphOp_2_1 with frame_id = 11685270897896072049 and iter_id = 0 with error: Internal: ExecuteMLCInferenceGraph: Failed to execute MLC inference graph. (error will be reported 5 times unless TF_MLC_LOGGING=1).
2021-05-09 15:33:52.796386: F tensorflow/core/framework/op_kernel.cc:983] Check failed: outputs
[index].tensor == nullptr (0x169e91b70 vs. nullptr)
src.zip

Activity

devnev39

devnev39 commented on May 21, 2021

@devnev39

This error happens due to the numpy version. Consider changing it to 1.19.5 from 1.20 . The error may persist in model.fit() due to the simple rnn but rest of the error associated with model.predict() (in case of other models not containing rnn lstm or grus) will be resolved.

I am still waiting for this to solve but the numpy downgradation may help with other errors too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @boyshell@devnev39

        Issue actions

          Check failed: outputs_[index].tensor == nullptr (0x2956ae200 vs. nullptr) · Issue #255 · apple/tensorflow_macos