kaelchan

Results 2 comments of kaelchan

### In `server.py` `nn = OCRNeuralNetwork(HIDDEN_NODE_COUNT, data_matrix, data_labels, list(range(5000)));` the startup training using range(5000) for train_indices, this is not a good choice as the data is ordered (from 0 to...

Thanks, that works for me after some experiments. So the important part is to add the `.gitconfig` file to `~/Documents/.gitconfig` for my use case instead of what I usually did...