githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.99k stars 893 forks source link

Change number of Hidden layers and Neuron in Layers #39

Closed shaibiii closed 5 years ago

shaibiii commented 5 years ago

I am using this code to show behavior of NN in my assignment, I am new to python and unable to understand where number of neurons in each layer and number of hidden layers are specified, and how to change number of hidden layers and number of neurons can be changed ?

  1. Versions Latest TensorFlow version Latest Python version Latest Operating system
githubharald commented 5 years ago

See Model.py: variables kernelVals and featureVals.