So any false positives or false negatives I encounter during testing, I want to use those samples to retrain my model, but this time, not adding to the entire dataset and retrain, but only using those few numbers of the samples (also by augmenting the new data with few samples) and use a very smaller learning rate and freezing few layers.
Is there a way to do this in PytorchLightning, without rewriting much