Tinn Neural Network

Status
Not open for further replies.

imagiro1

Member
I'm trying to get the Tinn Neural Network to work with the Teensy. So far I've been able to load data (from SD Card), train, and predict (on existing data) in that order! I also have this working with a Python port of the code.

I have found a couple issues that I can't solve. I'm really at a loss.

1. If I try and load data more than once, it locks up the device. I expect this would simply overwrite the data variable. (L on the menu, wait for data to load, and press L again).
2. If I try to just load the NN, it gives me an error reading file and then locks up the device. (Reboot device, press K on the menu)

Code posted on GitHub

Data must be loaded on the SD Card.
1. Filename is just "data".
2. Copy over values from mostlywoofs.data to the file.

Any help is greatly appreciated.
 
Status
Not open for further replies.
Back
Top