Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScopedStepContainer failed which tensorflow version or branch lingvo needs? #39

Closed
daiwk opened this issue Mar 7, 2019 · 3 comments
Closed

Comments

@daiwk
Copy link

daiwk commented Mar 7, 2019

:int64*, tensorflow::lingvo::TensorVec*)::__lambda8, const char [22])'
"GenericInputProcessor");
^
lingvo/core/ops/generic_input_op_kernels.cc:115:32: note: candidates are:
In file included from external/tensorflow_includes/tensorflow_includes/tensorflow/core/common_runtime/device.h:43:0,
from external/tensorflow_includes/tensorflow_includes/tensorflow/core/common_runtime/function.h:22,
from lingvo/core/ops/generic_input_op_kernels.cc:18:
external/tensorflow_includes/tensorflow_includes/tensorflow/core/framework/resource_mgr.h:92:3: note: tensorflow::ScopedStepContainer::ScopedStepContainer(tensorflow::int64, std::function<void(const std::basic_string&)>)
ScopedStepContainer(const int64 step_id,
^
external/tensorflow_includes/tensorflow_includes/tensorflow/core/framework/resource_mgr.h:92:3: note: candidate expects 2 arguments, 3 provided
external/tensorflow_includes/tensorflow_includes/tensorflow/core/framework/resource_mgr.h:87:7: note: tensorflow::ScopedStepContainer::ScopedStepContainer(const tensorflow::ScopedStepContainer&)
class ScopedStepContainer {
^
external/tensorflow_includes/tensorflow_includes/tensorflow/core/framework/resource_mgr.h:87:7: note: candidate expects 1 argument, 3 provided

@daiwk
Copy link
Author

daiwk commented Mar 7, 2019

my tf version is 1.13.1, built from source, branch is r1.13

@lingvo-bot
Copy link
Collaborator

1.13.1 is not enough. You need to have this commit

tensorflow/tensorflow@cb5f4b3#diff-f23d9e060422f66ccee98a8f8538f611

@daiwk
Copy link
Author

daiwk commented Mar 8, 2019

1.13.1 is not enough. You need to have this commit

tensorflow/tensorflow@cb5f4b3#diff-f23d9e060422f66ccee98a8f8538f611

Thank you very much! I solved this problem when I rebuild my tf for version 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants