The nnTraining2 data processing and model training pipeline is producing some very poor results. There are two main issues:
- Reproducibility is very poor - re-training a model with the same parameters can result in very different results - this suggests that the model training is unstable.
- Sometimes we see very good training and validation results (>90% accuracy and <0.2 loss for both), but the test results are much, much worse - this suggests there is something not right in the data processing pipeline - the model is over-fitted, but the vaidation data set is not telling us that during training.
More details to follow.....
The nnTraining2 data processing and model training pipeline is producing some very poor results. There are two main issues:
More details to follow.....