Skip to content

"The following inputs are missing..." error message #375

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

Closed
korzh opened this issue Jun 19, 2018 · 3 comments
Closed

"The following inputs are missing..." error message #375

korzh opened this issue Jun 19, 2018 · 3 comments
Labels
API Issues pertaining the friendly API bug Something isn't working

Comments

@korzh
Copy link

korzh commented Jun 19, 2018

Issue

I changed my testing application from loading training data from file (using TextLoader) to loading them from the data objects in memory using CollectionDataSource.
At the very first attempt I forgot to include my training collection to the pipeline (pipline.Add(collection) were missed) and got a very strange error message:

System.InvalidOperationException: 'The following inputs are missing: Var_b9ec7864fc3943e9b9ab9d9b38020e3c'

I guess the error message must be more understandable. Like "No training collection" or something similar.

@korzh korzh changed the title The following inputs are missing error message "The following inputs are missing..." error message Jun 19, 2018
@glebuk
Copy link
Contributor

glebuk commented Jun 19, 2018

#371 Should address this. The error message is from the Entrypoint compiler. Next version of API will change this mechanism.

@Ivanidzo4ka
Copy link
Contributor

DRI RESPONSE: This issue about our legacy API. I'm intent to close this issue within next few days, unless someone objects.

@Ivanidzo4ka Ivanidzo4ka added bug Something isn't working API Issues pertaining the friendly API labels Oct 18, 2018
@korzh
Copy link
Author

korzh commented Oct 19, 2018

Agree. New API resolves this issue.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API Issues pertaining the friendly API bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants