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

Error "neural Network (error)" #4108

Closed
uwolzenburg opened this issue Oct 17, 2019 · 9 comments
Closed

Error "neural Network (error)" #4108

uwolzenburg opened this issue Oct 17, 2019 · 9 comments

Comments

@uwolzenburg
Copy link

Orange version

3.23.1

Expected behavior

I had an working Orange3 Workflow to cluster different types of images which was loaded in according to the – btw very usefull – youtube tutorials. They where used to describe basic AI and ML patterns to our project-partners.

Actual behavior

Since yesterday, I cant execute the whole workflow and getting an error using the prediction module. The only information I get from the system is "Neural Network (error)" and "domain transformation produced no defined values" – I tried to figure out whats wrong, but the concept I use is similar to all of the examples I found.

Please help, I don't know what to do know, we need those examples for our science-project.

Steps to reproduce the behavior

see attached screenshot

Additional info (worksheets, data, screenshots, ...)

Bildschirmfoto 2019-10-17 um 11 24 49

thanks in advance

uli

@ajdapretnar
Copy link
Contributor

Is there any change you might share the workflow with us? Or, even better, reproduce this on some general data set and send the workflow?

@ajdapretnar
Copy link
Contributor

Also, what happens if you build an identical workflow from scratch?

@uwolzenburg
Copy link
Author

First of all, surely, there is no secret data in the set, so I will upload it here, maybe it's only a dump mistake I made.

But: I'm able to reproduce this error in a new workflow by rebuilding it – even on a complete different 2nd computer.

thanks in advance
uli

problem.zip

@ajdapretnar
Copy link
Contributor

The workflow you have attached has no Neural Network widget. Is this on purpose?

Also, you probably didn't mean to close the issue?

@ajdapretnar ajdapretnar reopened this Oct 17, 2019
@ajdapretnar
Copy link
Contributor

I can't reproduce the issue. It works fine on release and master.
If possible, provide a detailed log of the error. Hover over the red icon and type here what is says. Could be that we don't have good informative errors though.

@PrimozGodec One thing I found is that the workflow didn't load Train data, but the previously loaded folder from my local machine. Has to be a bug?

@PrimozGodec
Copy link
Contributor

I also cannot reproduce the error. Can you also share what settings did you used in the neural network widget?

@ajdapretnar workflow does not load train data since the directory had a different name at uwolzenburg's computer and the widget cannot find them under this name. Anyway, I agree that it is an error in the case when no matching directory is found no data should be selected.

@uwolzenburg
Copy link
Author

Hi there, first of all, thanks for your answers, you're right, I accidentally dropped out the neural network, but nevertheless I got the sam Error by using the logistic regression module.
For better understanding I added a screenshot of all of the error information I could get, or is there a log function anywhere?

Thanks in advance

uli

Bildschirmfoto 2019-10-18 um 09 03 38

@ajdapretnar
Copy link
Contributor

I am sorry, I have no idea how to help you. I cannot reproduce this in any way.

In essence, seems like your train and test data don't match correctly. That is what the error means. The columns in the two data sets are not the same.

One thing I have noticed here: the above screenshot shows train, not test data used in Predictions... Is this on purpose?

@PrimozGodec
Copy link
Contributor

PrimozGodec commented Oct 18, 2019

We succeded to reproduce your error. The bug you are describing is already fixed #3925, but it is not part of the latest release (so you do not have that update).
The fix will be released soon but if you want to get rid of the error you can currently use an older version of Orange 3.22.0 https://download.biolab.si/download/files/Orange3-3.22.0.dmg

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