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

Backprop generator is missing data files #6

Open
rdadolf opened this issue May 27, 2016 · 3 comments
Open

Backprop generator is missing data files #6

rdadolf opened this issue May 27, 2016 · 3 comments
Assignees

Comments

@rdadolf
Copy link
Collaborator

rdadolf commented May 27, 2016

Our old data generator used rather lengthy headers for specifying training data and labels. We removed them, but the generator code still references their variables.

The right thing to do is create a synthetic training set by adding noise to a computable function. This would fix the undefined variable problems, and it would also enable backprop/backprop to work properly when the input_dimension and possible_outputs parameters are changed.

@rdadolf rdadolf self-assigned this May 27, 2016
@johnnysDeu
Copy link

hello

is there any chance that you update a working version of backprop? i am a student and i need it for a project
thanks a lot

@rdadolf
Copy link
Collaborator Author

rdadolf commented Nov 11, 2016

Hi @johnnysDeu. Just to be clear about this, backprop itself does work, it's just the generator which is affected by this. Moreover, it's not too terribly tough to modify backprop to use a different neural net topology, the bug just means that MachSuite won't auto-generate a set of verification outputs for you to check against.

At the moment, this isn't on the top of our priority list, but if it's becoming a roadblock for more users, then we can revisit it.

@hkultala
Copy link

I am also affected by this. I need to do some porting because my platform does not support file IO, so I cannot use the ready data files, I need to generate the data into headers and link it inside the binary.

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