nickgillian / grt

gesture recognition toolkit
859 stars 285 forks source link

MLP Crashing when training with large amount of data. #88

Open azarus opened 8 years ago

azarus commented 8 years ago

Hey Nick,

I have issues with the MLP algorithm, that it causes Exception thrown at 0x00007FFCF0874F45 (GRT.dll) in Application.exe: 0xC0000005: Access violation reading location 0x000002505D933000. The crash points to the MLPpipeline.train(TrainingData) function. No clue what can cause this. With less amount of training data the training works fine, but the accuracy is not good enough.

Can you help maybe please?

nickgillian commented 8 years ago

Are you able to share the dataset so I can try and replicate the error?

How large is the training dataset (i.e., how many training samples, how many dimensions)?