Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow.
599
stars
262
forks
source link
Training fails with small data set #21
Closed
andrew-sipes closed 6 years ago
I only have a small training data set (less than 20k). The training fails to learn, because it never completes a cycle of training.
What parameters could I change in the 'training_config.json' to resolve this issue?