Skip to content

Reshape inputs size should be compatible #1972

@wincle

Description

@wincle

Hi , I have facing one problem , I'm running the "Compile Tensorflow Models" tutorial demo code, it's okay with the given model which is InceptionV1 from "https://github.com/dmlc/web-data/tree/master/tensorflow/models/InceptionV1" , But when I test my model which is InceptionV4, it brings Error as follow:
nnvm._base.NNVMError: Error in operator prefix/InceptionV4/Logits/PreLogitsFlatten/flatten/Reshape: [09:00:52] /tvm/nnvm/src/top/tensor/transform.cc:649: Check failed: in_attrs->at(0).Size() == in_attrs->at(1).Size() (1536 vs. 2) Reshape inputs size should be compatible
The inputs of reshape op with shapes (1,1,1,1536) and 2
output shape is (?,?)
Could you please tell why did the error happened?

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