AimeeKing / crnn-tensorflow

This software implements the Convolutional Recurrent Neural Network (CRNN) in tensorflow
53 stars 25 forks source link

parameters for training model #10

Open freelily opened 5 years ago

freelily commented 5 years ago

would you pls tell me the parameters you used to train the model?

total epoch, initial learning rate, the decay rate, and how many epoches processed to reduce the lr?

Thank you.